wok-next diff patch/receipt @ rev 12630
cairo-dock: update WGET_URL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 29 12:56:03 2012 +0200 (2012-04-29) |
parents | e92ede07eddc |
children | f45a3556e90c |
line diff
1.1 --- a/patch/receipt Fri May 20 07:16:53 2011 +0000 1.2 +++ b/patch/receipt Sun Apr 29 12:56:03 2012 +0200 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 {