wok view rage/receipt @ rev 11905

Up: slitaz-tools (4.6) - New wifibox, installer and small fixes
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 29 20:36:46 2012 +0100 (2012-02-29)
parents c4c54646489a
children a66b067c29f5
line source
1 # SliTaz package receipt.
3 PACKAGE="rage"
4 VERSION="55225"
5 CATEGORY="multimedia"
6 SHORT_DESC="E17 rage media center."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="eet evas ecore embryo edje emotion eina libcurl openssl"
9 BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev emotion-dev \
10 emotion eina-dev curl-dev openssl-dev subversion"
11 WEB_SITE="http://www.enlightenment.org/"
12 WGET_URL="subversion|http://svn.enlightenment.org/svn/e/trunk/$PACKAGE"
13 BRANCH="$VERSION"
14 TAGS="mp3 ogg video e17 audio music"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./autogen.sh \
21 --prefix=/usr \
22 $CONFIGURE_ARGS &&
23 make &&
24 make DESTDIR=$PWD/_pkg install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/share/doc/rage
31 cp -a $_pkg/usr/bin $fs/usr
32 cp -a $_pkg/usr/share $fs/usr
33 cp $src/README $fs/usr/share/doc/rage
34 cat > $fs/usr/share/rage/example.volumes << EOT
35 /home/user/Images
36 /home/user/Music
37 /home/user/Videos
38 EOT
39 }