wok-current rev 2918
Up: rage media center (last svn revision)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 06 23:19:39 2009 +0200 (2009-05-06) |
parents | fc471c5f5a90 |
children | fbdef63a87cd |
files | rage/receipt rage/stuff/rage.desktop |
line diff
1.1 --- a/rage/receipt Wed May 06 23:15:28 2009 +0200 1.2 +++ b/rage/receipt Wed May 06 23:19:39 2009 +0200 1.3 @@ -1,21 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="rage" 1.7 -VERSION="0.3.0.042" 1.8 +VERSION="40505" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="E17 rage media center." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 -DEPENDS="enlightenment emotion" 1.13 -BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev emotion-dev emotion" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 +DEPENDS="eet evas ecore embryo edje emotion eina libcurl openssl" 1.16 +BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev emotion-dev \ 1.17 +eina-dev curl-dev openssl-dev" 1.18 WEB_SITE="http://www.enlightenment.org/" 1.19 -WGET_URL="http://download.enlightenment.org/snapshots/2008-01-25/$TARBALL" 1.20 +TAGS="mp3 ogg video e17" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 + [ -d "$PACKAGE-$VERSION" ] && rm -rf $PACKAGE-$VERSION 1.26 + svn co http://svn.enlightenment.org/svn/e/trunk/$PACKAGE \ 1.27 + -r $VERSION $PACKAGE-$VERSION 1.28 cd $src 1.29 - ./configure \ 1.30 + ./autogen.sh \ 1.31 --prefix=/usr \ 1.32 $CONFIGURE_ARGS && 1.33 make && 1.34 @@ -25,7 +28,13 @@ 1.35 # Rules to gen a SliTaz package suitable for Tazpkg. 1.36 genpkg_rules() 1.37 { 1.38 - mkdir -p $fs/usr 1.39 + mkdir -p $fs/usr/share/doc/rage 1.40 cp -a $_pkg/usr/bin $fs/usr 1.41 cp -a $_pkg/usr/share $fs/usr 1.42 + cp $src/README $fs/usr/share/doc/rage 1.43 + cat > $fs/usr/share/rage/example.volumes << EOT 1.44 +/home/user/Images 1.45 +/home/user/Music 1.46 +/home/user/Videos 1.47 +EOT 1.48 }
2.1 --- a/rage/stuff/rage.desktop Wed May 06 23:15:28 2009 +0200 2.2 +++ b/rage/stuff/rage.desktop Wed May 06 23:19:39 2009 +0200 2.3 @@ -1,10 +1,8 @@ 2.4 [Desktop Entry] 2.5 Encoding=UTF-8 2.6 -Name=Rage 2.7 -GenericName=Media center 2.8 -Comment=Manage your films and videos 2.9 +Name=Rage Media center 2.10 Exec=rage 2.11 -Icon= 2.12 +Icon=other.png 2.13 Terminal=false 2.14 Type=Application 2.15 Categories=Application;AudioVideo;