# HG changeset patch # User Antoine Bodin # Date 1297634276 -3600 # Node ID 74e0a6e3f8be210adfdcaa4d5a45eb704e7c0d1d # Parent bdee814cdcb430a86215eb719be8e9680ac5e8a5 imported patch get/esmart diff -r bdee814cdcb4 -r 74e0a6e3f8be esmart/receipt --- a/esmart/receipt Sun Feb 13 22:57:56 2011 +0100 +++ b/esmart/receipt Sun Feb 13 22:57:56 2011 +0100 @@ -9,19 +9,12 @@ xorg-libXp libgpg-error xorg-libXtst libtasn1" BUILD_DEPENDS="cairo-dev evas-dev" WEB_SITE="http://www.enlightenment.org/" +WGET_URL="subversion|http://svn.enlightenment.org/svn/e/OLD/$PACKAGE" +BRANCH="$VERSION" # Rules to configure and make the package. compile_rules() { - [ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION - TARBALL=$SOURCES_REPOSITORY/$PACKAGE-svn-$VERSION.tar.gz - if [ -f $TARBALL ]; then - tar xzf $TARBALL - else - svn co http://svn.enlightenment.org/svn/e/OLD/$PACKAGE \ - -r $VERSION $PACKAGE-$VERSION && - tar czf $TARBALL $PACKAGE-$VERSION - fi cd $src ./autogen.sh \ --prefix=/usr \