
Receipt for package "automake"
# SliTaz package receipt. PACKAGE="automake" VERSION="1.16.5" CATEGORY="development" SHORT_DESC="A GNU tool for automatically creating Makefiles." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WEB_SITE="https://www.gnu.org/software/automake/" TARBALL="$PACKAGE-$VERSION.tar.xz" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" HOST_ARCH="i486 x86_64" DEPENDS="autoconf" BUILD_DEPENDS="autoconf bison flex" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/*} 2>/dev/null | \ sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q } # Rules to compile & install the temporary toolchain. cook_tmp_toolchain() { ./configure && make && make install } # Rules to configure and make the package. compile_rules() { ./configure $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/* $fs ln -sf aclocal-${VERSION%.*} $fs/usr/bin/aclocal ln -sf automake-${VERSION%.*} $fs/usr/bin/automake rm -rf $fs/usr/share/doc rm -rf $fs/usr/share/info rm -rf $fs/usr/share/man }
6088 packages and 256128 files in current database (Wed Mar 5 09:18:31 2025)