SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "automake"

# SliTaz package receipt.

PACKAGE="automake"
VERSION="1.11.1"
CATEGORY="development"
SHORT_DESC="Tool for automatically generating 'Makefile.in'."
MAINTAINER="pankso@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://www.gnu.org/software/automake/"
WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"

DEPENDS="autoconf"
BUILD_DEPENDS="autoconf"

# Rules to compile & install the temporary toolchain.
cook_tmp_toolchain()
{
    cd $src
    ./configure && make && make install
}

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure $CONFIGURE_ARGS &&
    make &&    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share
    cp -a $_pkg/usr/bin $fs/usr
    cp -a $_pkg/usr/share/aclocal-1.11 $fs/usr/share
    cp -a $_pkg/usr/share/automake-1.11 $fs/usr/share
}

# Clean old files.
pre_install()
{
    rm -rf /usr/share/automake-1.9
    rm -rf /usr/share/aclocal-1.9
    rm -rf /usr/share/automake-1.10
    rm -rf /usr/share/aclocal-1.10
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)