wok-next diff ewl/receipt @ rev 8552
imported patch get/ffmpeg-svn
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Feb 13 22:57:56 2011 +0100 (2011-02-13) |
parents | 3a36f16a9f19 |
children |
line diff
1.1 --- a/ewl/receipt Thu Aug 05 22:58:12 2010 +0200 1.2 +++ b/ewl/receipt Sun Feb 13 22:57:56 2011 +0100 1.3 @@ -10,19 +10,12 @@ 1.4 BUILD_DEPENDS="cvs subversion eet-dev evas-dev ecore-dev efreet-dev efreet \ 1.5 emotion emotion-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 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/trunk/$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 \