wok-current rev 8568
imported patch get/rage
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Feb 13 22:57:56 2011 +0100 (2011-02-13) |
parents | 64b7f5075e12 |
children | 03a5c535ba51 |
files | rage/receipt |
line diff
1.1 --- a/rage/receipt Sun Feb 13 22:57:56 2011 +0100 1.2 +++ b/rage/receipt Sun Feb 13 22:57:56 2011 +0100 1.3 @@ -9,20 +9,13 @@ 1.4 BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev emotion-dev \ 1.5 emotion eina-dev curl-dev openssl-dev" 1.6 WEB_SITE="http://www.enlightenment.org/" 1.7 +WGET_URL="subversion|http://svn.enlightenment.org/svn/e/trunk/$PACKAGE" 1.8 +BRANCH="$VERSION" 1.9 TAGS="mp3 ogg video e17 audio music" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules() 1.13 { 1.14 - [ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION 1.15 - TARBALL=$SOURCES_REPOSITORY/$PACKAGE-svn-$VERSION.tar.gz 1.16 - if [ -f $TARBALL ]; then 1.17 - tar xzf $TARBALL 1.18 - else 1.19 - svn co http://svn.enlightenment.org/svn/e/trunk/$PACKAGE \ 1.20 - -r $VERSION $PACKAGE-$VERSION && 1.21 - tar czf $TARBALL $PACKAGE-$VERSION 1.22 - fi 1.23 cd $src 1.24 ./autogen.sh \ 1.25 --prefix=/usr \