wok-stable rev 10410
patch: Added cook_tmp_toolchain function to fix tazwok cook-toolchain.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue May 24 07:02:00 2011 +0000 (2011-05-24) |
parents | 686e6877305b |
children | 871621a59544 |
files | patch/receipt |
line diff
1.1 --- a/patch/receipt Tue May 24 06:57:52 2011 +0000 1.2 +++ b/patch/receipt Tue May 24 07:02:00 2011 +0000 1.3 @@ -5,12 +5,20 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="Utilitie to patch file with diff file." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="glibc-base" 1.8 -BUILD_DEPENDS="gcc" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.gnu.org/software/patch/" 1.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.12 1.13 +DEPENDS="glibc-base" 1.14 +BUILD_DEPENDS="gcc" 1.15 + 1.16 +# Rules to compile & install the temporary toolchain by Tazwok. 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 {