wok-6.x diff autoconf213/receipt @ rev 20703
Up clamtk (4.37)
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Tue Feb 05 14:03:17 2019 -0500 (2019-02-05) |
parents | |
children | 52649f27a0da |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/autoconf213/receipt Tue Feb 05 14:03:17 2019 -0500 1.3 @@ -0,0 +1,28 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="autoconf213" 1.7 +VERSION="2.13" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="A GNU tool for automatically configuring source code" 1.10 +MAINTAINER="psychomaniak@xakep.ru" 1.11 +LICENSE="GPL2" 1.12 +WEB_SITE="http://www.gnu.org/software/autoconf/" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WGET_URL="http://ftpmirror.gnu.org/autoconf/autoconf-$VERSION.tar.gz" 1.15 + 1.16 +DEPENDS="m4 perl" 1.17 +BUILD_DEPENDS="m4 perl sed" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + ./configure --prefix=/usr --program-suffix=-2.13 1.23 + make && 1.24 + make prefix="$DESTDIR/usr" install 1.25 +} 1.26 + 1.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.28 +genpkg_rules() 1.29 +{ 1.30 + cp -a $install/* $fs 1.31 +}