SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "autoconf"

# SliTaz package receipt.

PACKAGE="autoconf"
VERSION="2.68"
CATEGORY="development"
SHORT_DESC="Tool to automatically configure software source code."
MAINTAINER="pankso@slitaz.org"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://www.gnu.org/software/autoconf/"
WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"

DEPENDS="m4 perl"
BUILD_DEPENDS="m4 perl"

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/autoconf $fs/usr/share
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)