wok view enna/receipt @ rev 8598

Remove: dillo-hg (older than 2.2)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Feb 14 05:27:38 2011 +0100 (2011-02-14)
parents b68b4f934ba7
children b3a4d3cb8228
line source
1 # SliTaz package receipt.
3 PACKAGE="enna"
4 VERSION="0.4.1-20110214"
5 CATEGORY="multimedia"
6 SHORT_DESC="Enna media center."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="eet evas ecore edje emotion eina libplayer libvalhalla libelementary libcurl elementary efreet lirc libcddb edbus sqlite libtasn1"
9 BUILD_DEPENDS="$DEPENDS eet-dev evas-dev ecore-dev edje-dev emotion-dev eina-dev \
10 libplayer-dev libvalhalla-dev libelementary elementary-dev curl-dev mercurial"
11 WEB_SITE="http://enna.geexbox.org/"
12 WGET_URL="mercurial|http://hg.geexbox.org/enna"
13 BRANCH="v${VERSION%%*-}"
14 TAGS="images music video e17"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure \
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
31 cp -a $_pkg/usr/bin $fs/usr
32 cp -a $_pkg/usr/share/enna $fs/usr/share
33 }