wok-next diff emotion/receipt @ rev 8549
imported patch get/emotion
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Feb 13 22:57:56 2011 +0100 (2011-02-13) |
parents | a11358feced4 |
children | 88a0ad6f1810 |
line diff
1.1 --- a/emotion/receipt Fri May 14 11:03:45 2010 +0200 1.2 +++ b/emotion/receipt Sun Feb 13 22:57:56 2011 +0100 1.3 @@ -8,21 +8,14 @@ 1.4 DEPENDS="xine-lib xorg-libXp xorg-libXss fribidi edje xorg-libXdamage \ 1.5 xorg-libXtst gnutls jpeg fontconfig glib eina libtasn1" 1.6 BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev xine-lib-dev 1.7 -xorg-libXp-dev xorg-libXss-dev fribidi-dev" 1.8 +xorg-libXp-dev xorg-libXss-dev fribidi-dev subversion" 1.9 WEB_SITE="http://www.enlightenment.org/" 1.10 +WGET_URL="subversion|http://svn.enlightenment.org/svn/e/trunk/$PACKAGE" 1.11 +BRANCH="$VERSION" 1.12 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - [ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION 1.17 - TARBALL=$SOURCES_REPOSITORY/$PACKAGE-svn-$VERSION.tar.gz 1.18 - if [ -f $TARBALL ]; then 1.19 - tar xzf $TARBALL 1.20 - else 1.21 - svn co http://svn.enlightenment.org/svn/e/trunk/$PACKAGE \ 1.22 - -r $VERSION $PACKAGE-$VERSION && 1.23 - tar czf $TARBALL $PACKAGE-$VERSION 1.24 - fi 1.25 cd $src 1.26 ./autogen.sh \ 1.27 --prefix=/usr \