wok view enna/receipt @ rev 10675

iptables: fix kvers
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 27 11:09:25 2011 +0200 (2011-05-27)
parents a4435153f737
children
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 WEB_SITE="http://enna.geexbox.org/"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WGET_URL="hg|http://hg.geexbox.org/enna"
11 BRANCH="$VERSION"
12 TAGS="images music video e17"
14 DEPENDS="eina eet ecore evas efreet edje edbus emotion elementary ethumb \
15 libvalhalla libcurl xine-lib libexif alsa-lib libplayer"
16 BUILD_DEPENDS="mercurial automake eina-dev eet-dev ecore-dev evas-dev efreet-dev \
17 edje-dev edbus-dev emotion-dev elementary-dev ethumb-dev libvalhalla-dev curl-dev \
18 xine-lib-dev libexif-dev alsa-lib-dev libplayer-dev"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 cd $src
24 ./autogen.sh $CONFIGURE_ARGS &&
25 make && make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/share
32 cp -a $_pkg/usr/bin $fs/usr
33 cp -a $_pkg/usr/share/enna $fs/usr/share
34 }
36 post_install()
37 {
38 for f in $(find /usr/lib/ -name "*ver-svn-05*" ! -path */enlightenment/*); do
39 ln -s $f $(echo $f|sed s/-05/-03/);
40 done
41 }