wok-6.x diff exo/receipt @ rev 10694
Add qemu-light (stripped down, but works) - qemu* may move to undigest since I can't make it work properly
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri May 27 22:52:39 2011 +0200 (2011-05-27) |
parents | 723666943311 |
children | 2f2da9a13241 |
line diff
1.1 --- a/exo/receipt Fri Jan 21 00:44:33 2011 +0100 1.2 +++ b/exo/receipt Fri May 27 22:52:39 2011 +0200 1.3 @@ -10,6 +10,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WEB_SITE="http://www.xfce.org" 1.6 WGET_URL="http://archive.xfce.org/xfce/4.8/src/$TARBALL" 1.7 +COOK_OPT="!fs" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules() 1.11 @@ -17,7 +18,7 @@ 1.12 1.13 #test -d $PACKAGE-$VERSION && mv exo* $PACKAGE-$VERSION 1.14 cd $src 1.15 - patch -p1 -i ../stuff/helpers.rc.u 1.16 + patch -p1 -i $stuff/helpers.rc.u 1.17 ./configure \ 1.18 --prefix=/usr \ 1.19 --sysconfdir=/etc \