wok-stable diff rage/receipt @ rev 2815
update libQtXml to 4.5.0
author | Allan Pinto <allan316@gmail.com> |
---|---|
date | Wed Apr 29 10:25:11 2009 +0000 (2009-04-29) |
parents | 90463812cd74 |
children | 936654f076c4 |
line diff
1.1 --- a/rage/receipt Mon Feb 25 14:24:30 2008 +0100 1.2 +++ b/rage/receipt Wed Apr 29 10:25:11 2009 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="E17 rage media center." 1.5 MAINTAINER="pankso@slitaz.org" 1.6 DEPENDS="enlightenment emotion" 1.7 -BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev emotion-dev" 1.8 +BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev emotion-dev emotion" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.enlightenment.org/" 1.11 WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL" 1.12 @@ -17,8 +17,8 @@ 1.13 cd $src 1.14 ./configure \ 1.15 --prefix=/usr \ 1.16 - $CONFIGURE_ARGS 1.17 - make 1.18 + $CONFIGURE_ARGS && 1.19 + make && 1.20 make DESTDIR=$PWD/_pkg install 1.21 } 1.22