wok-4.x diff ewl/receipt @ rev 3079
Up: wormux (0.8.3) and split music (~15Mb)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri May 15 19:27:11 2009 +0200 (2009-05-15) |
parents | e068db05fb33 |
children | 11eb7b80f02c |
line diff
1.1 --- a/ewl/receipt Mon Mar 16 11:15:02 2009 +0000 1.2 +++ b/ewl/receipt Fri May 15 19:27:11 2009 +0200 1.3 @@ -1,21 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ewl" 1.7 -VERSION="0.5.2.042" 1.8 +VERSION="40505" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="E17 ewl." 1.11 +SHORT_DESC="The Enlightened Widget Library (E17)." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 DEPENDS="jpeg ecore eet evas edje efreet emotion libcurl openssl" 1.14 -BUILD_DEPENDS="eet-dev evas-dev evas ecore-dev efreet" 1.15 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 +BUILD_DEPENDS="eet-dev evas-dev ecore-dev efreet-dev emotion-dev" 1.17 WEB_SITE="http://www.enlightenment.org/" 1.18 -WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 + [ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION 1.24 + svn co http://svn.enlightenment.org/svn/e/trunk/$PACKAGE \ 1.25 + -r $VERSION $PACKAGE-$VERSION 1.26 cd $src 1.27 - ./configure \ 1.28 + ./autogen.sh \ 1.29 --prefix=/usr \ 1.30 --sysconfdir=/etc \ 1.31 $CONFIGURE_ARGS &&