wok-next diff automake/receipt @ rev 12309
Add: linux-arm-api-headers (Part of ARM cross toolchain)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Apr 17 12:33:55 2012 +0200 (2012-04-17) |
parents | 9f14db5de762 |
children | 4219237b4608 |
line diff
1.1 --- a/automake/receipt Sat May 21 16:36:59 2011 +0000 1.2 +++ b/automake/receipt Tue Apr 17 12:33:55 2012 +0200 1.3 @@ -5,12 +5,20 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Tool for automatically generating 'Makefile.in'." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="autoconf" 1.8 -BUILD_DEPENDS="autoconf" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.gnu.org/software/automake/" 1.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.12 1.13 +DEPENDS="autoconf" 1.14 +BUILD_DEPENDS="autoconf" 1.15 + 1.16 +# Rules to compile & install the temporary toolchain. 1.17 +cook_tmp_toolchain() 1.18 +{ 1.19 + cd $src 1.20 + ./configure && make && make install 1.21 +} 1.22 + 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 {