wok-current rev 9791
fcgi: fix $stuff
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri May 13 22:32:56 2011 +0200 (2011-05-13) |
parents | d3f73e8aa584 |
children | b055fad40b76 |
files | emotion/receipt fcgi/receipt |
line diff
1.1 --- a/emotion/receipt Fri May 13 18:24:14 2011 +0200 1.2 +++ b/emotion/receipt Fri May 13 22:32:56 2011 +0200 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="E17 emotion libs." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.8 +WEB_SITE="http://www.enlightenment.org/" 1.9 +WGET_URL="subversion|http://svn.enlightenment.org/svn/e/trunk/$PACKAGE" 1.10 +BRANCH="$VERSION" 1.11 + 1.12 DEPENDS="xine-lib xorg-libXp xorg-libXss fribidi edje xorg-libXdamage \ 1.13 xorg-libXtst gnutls jpeg fontconfig glib eina libtasn1" 1.14 BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev xine-lib-dev 1.15 -xorg-libXp-dev xorg-libXss-dev fribidi-dev subversion" 1.16 -WEB_SITE="http://www.enlightenment.org/" 1.17 -WGET_URL="subversion|http://svn.enlightenment.org/svn/e/trunk/$PACKAGE" 1.18 -BRANCH="$VERSION" 1.19 +xorg-libXp-dev xorg-libXss-dev fribidi-dev subversion eina-dev" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules()
2.1 --- a/fcgi/receipt Fri May 13 18:24:14 2011 +0200 2.2 +++ b/fcgi/receipt Fri May 13 22:32:56 2011 +0200 2.3 @@ -14,7 +14,7 @@ 2.4 compile_rules() 2.5 { 2.6 # Gcc4 fix from Gentoo (http://bugs.gentoo.org/256654) 2.7 - busybox patch -p0 -i stuff/fcgi-2.4.0_gcc4.u 2.8 + busybox patch -p0 -i $stuff/fcgi-2.4.0_gcc4.u 2.9 2.10 cd $src 2.11 ./configure \