wok-current rev 108
Set autoconf + automake BUILD_DEPENDS
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Jan 04 17:50:59 2008 +0100 (2008-01-04) |
parents | 0165fe7eb931 |
children | 429d92485f72 |
files | autoconf/receipt automake/receipt |
line diff
1.1 --- a/autoconf/receipt Fri Jan 04 17:47:02 2008 +0100 1.2 +++ b/autoconf/receipt Fri Jan 04 17:50:59 2008 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="devel" 1.5 SHORT_DESC="Tool to automatically configure software source code." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +BUILD_DEPENDS="m4" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://www.gnu.org/software/autoconf/" 1.10 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
2.1 --- a/automake/receipt Fri Jan 04 17:47:02 2008 +0100 2.2 +++ b/automake/receipt Fri Jan 04 17:50:59 2008 +0100 2.3 @@ -6,6 +6,7 @@ 2.4 SHORT_DESC="Tool for automatically generating 'Makefile.in'." 2.5 MAINTAINER="pankso@slitaz.org" 2.6 DEPENDS="perl" 2.7 +BUILD_DEPENDS="autoconf" 2.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.9 WEB_SITE="http://www.gnu.org/software/automake/" 2.10 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"