wok view enna/receipt @ rev 10357

swig: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 22 16:57:27 2011 +0000 (2011-05-22)
parents d167cab29f00
children a4435153f737
line source
1 # SliTaz package receipt.
3 PACKAGE="enna"
4 VERSION="v0.4.1"
5 CATEGORY="multimedia"
6 SHORT_DESC="Enna media center."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="eet evas ecore edje eina libplayer libvalhalla libcurl efreet \
9 lirc libcddb edbus sqlite libtasn1 libxdg-basedir libxml2 udev elementary"
10 BUILD_DEPENDS="curl mercurial automake"
11 WEB_SITE="http://enna.geexbox.org/"
12 WGET_URL="mercurial|http://hg.geexbox.org/enna"
13 BRANCH="$VERSION"
14 TAGS="images music video e17"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./autogen.sh &&
21 make &&
22 make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/share
29 cp -a $_pkg/usr/bin $fs/usr
30 cp -a $_pkg/usr/share/enna $fs/usr/share
31 }
33 post_install()
34 {
35 for f in $(find /usr/lib/ -name "*ver-svn-05*" ! -path */enlightenment/*); do
36 ln -s $f $(echo $f|sed s/-05/-03/);
37 done
38 }