wok view rage/receipt @ rev 13559

Up: pcmanfm (1.1.0)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Nov 03 10:49:52 2012 +0100 (2012-11-03)
parents a8c1661a6b17
children 0a8a8c347a7e
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 WEB_SITE="http://www.enlightenment.org/"
9 WGET_URL="subversion|http://svn.enlightenment.org/svn/e/trunk/$PACKAGE"
10 BRANCH="$VERSION"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 TAGS="mp3 ogg video e17 audio music"
14 DEPENDS="eet evas ecore embryo edje emotion eina libcurl openssl"
15 BUILD_DEPENDS="eet-dev evas-dev ecore-dev embryo-dev edje-dev emotion-dev \
16 emotion eina-dev curl-dev openssl-dev subversion autoconf automake libtool \
17 jpeg-dev expat-dev glib-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 cd $src
23 ./autogen.sh \
24 --prefix=/usr \
25 $CONFIGURE_ARGS &&
26 make && make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr/share/doc/rage
33 cp -a $install/usr/bin $fs/usr
34 cp -a $install/usr/share $fs/usr
35 cp $src/README $fs/usr/share/doc/rage
36 cat > $fs/usr/share/rage/example.volumes << EOT
37 /home/user/Images
38 /home/user/Music
39 /home/user/Videos
40 EOT
41 }