wok-current rev 8550
imported patch get/esmart
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Feb 13 22:57:56 2011 +0100 (2011-02-13) |
parents | bdee814cdcb4 |
children | 05b19606376a |
files | esmart/receipt |
line diff
1.1 --- a/esmart/receipt Sun Feb 13 22:57:56 2011 +0100 1.2 +++ b/esmart/receipt Sun Feb 13 22:57:56 2011 +0100 1.3 @@ -9,19 +9,12 @@ 1.4 xorg-libXp libgpg-error xorg-libXtst libtasn1" 1.5 BUILD_DEPENDS="cairo-dev evas-dev" 1.6 WEB_SITE="http://www.enlightenment.org/" 1.7 +WGET_URL="subversion|http://svn.enlightenment.org/svn/e/OLD/$PACKAGE" 1.8 +BRANCH="$VERSION" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 - [ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION 1.14 - TARBALL=$SOURCES_REPOSITORY/$PACKAGE-svn-$VERSION.tar.gz 1.15 - if [ -f $TARBALL ]; then 1.16 - tar xzf $TARBALL 1.17 - else 1.18 - svn co http://svn.enlightenment.org/svn/e/OLD/$PACKAGE \ 1.19 - -r $VERSION $PACKAGE-$VERSION && 1.20 - tar czf $TARBALL $PACKAGE-$VERSION 1.21 - fi 1.22 cd $src 1.23 ./autogen.sh \ 1.24 --prefix=/usr \