# HG changeset patch # User Xander Ziiryanoff # Date 1461963833 -7200 # Node ID 0345301777e0ec5f9e792fe7ea451236fd65ab50 # Parent cd2c06495b83993c4bc37dd7f26792acef4980a2 Add autoconf213 diff -r cd2c06495b83 -r 0345301777e0 autoconf213/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/autoconf213/receipt Fri Apr 29 23:03:53 2016 +0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="autoconf213" +VERSION="2.13" +CATEGORY="development" +SHORT_DESC="A GNU tool for automatically configuring source code" +MAINTAINER="psychomaniak@xakep.ru" +LICENSE="GPL2" +WEB_SITE="http://www.gnu.org/software/autoconf/" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" + +DEPENDS="m4 perl" +BUILD_DEPENDS="m4 perl" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure --prefix=/usr --program-suffix=-2.13 + make && + make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +}