# HG changeset patch # User Antoine Bodin # Date 1297634276 -3600 # Node ID c4c54646489aa7771e3b04c4b76e0ffac3e348dd # Parent 64b7f5075e1242cf6409c4c51ee0b21fe8b1ba99 imported patch get/rage diff -r 64b7f5075e12 -r c4c54646489a rage/receipt --- a/rage/receipt Sun Feb 13 22:57:56 2011 +0100 +++ b/rage/receipt Sun Feb 13 22:57:56 2011 +0100 @@ -9,20 +9,13 @@ BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev emotion-dev \ emotion eina-dev curl-dev openssl-dev" WEB_SITE="http://www.enlightenment.org/" +WGET_URL="subversion|http://svn.enlightenment.org/svn/e/trunk/$PACKAGE" +BRANCH="$VERSION" TAGS="mp3 ogg video e17 audio music" # 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/trunk/$PACKAGE \ - -r $VERSION $PACKAGE-$VERSION && - tar czf $TARBALL $PACKAGE-$VERSION - fi cd $src ./autogen.sh \ --prefix=/usr \