smlinux/base/automake/automake.SMBuild

30 lines
628 B
Text
Executable file

app=automake
version=1.16.1
build=1sml
homepage="https://www.gnu.org/software/automake"
download="https://ftp.gnu.org/gnu/automake/automake-1.16.1.tar.xz"
desc="GNU Makefile generator"
requires="autoconf perl"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix=""
make
make install DESTDIR=$pkg
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
cde49f49251a4110b6d6bf71a87c70a02761b937575825049953a5ccb6031e4ee9f4d7ec00b4713e0f1267ddb3265de659e268b09697c4fd401c606910e4605f automake-1.16.1.tar.lz
"