wok diff patch/receipt @ rev 11700

Up: slitaz-doc (4.2.1)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Feb 19 12:09:24 2012 +0100 (2012-02-19)
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 Feb 19 12:09:24 2012 +0100
     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  {