wok rev 4768

Add: enna (Media center using e17 libs)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jan 10 23:13:08 2010 +0100 (2010-01-10)
parents 391f2779a54e
children a2079769a769
files enna/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/enna/receipt	Sun Jan 10 23:13:08 2010 +0100
     1.3 @@ -0,0 +1,33 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="enna"
     1.7 +VERSION="0.4.0"
     1.8 +CATEGORY="multimedia"
     1.9 +SHORT_DESC="Enna media center."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +DEPENDS="eet evas ecore edje emotion eina libplayer libvalhalla libelementary libcurl"
    1.12 +BUILD_DEPENDS="$DEPENDS eet-dev evas-dev ecore-dev edje-dev emotion-dev eina-dev \
    1.13 +libplayer-dev libvalhalla-dev libelementary elementary-dev curl-dev"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15 +WEB_SITE="http://enna.geexbox.org/"
    1.16 +WGET_URL="http://enna.geexbox.org/releases/$TARBALL"
    1.17 +TAGS="images music video e17"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	cd $src
    1.23 +	./configure \
    1.24 +		--prefix=/usr \
    1.25 +		$CONFIGURE_ARGS &&
    1.26 +	make &&
    1.27 +	make DESTDIR=$PWD/_pkg install
    1.28 +}
    1.29 +
    1.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 +genpkg_rules()
    1.32 +{
    1.33 +	mkdir -p $fs/usr/share
    1.34 +	cp -a $_pkg/usr/bin $fs/usr
    1.35 +	cp -a $_pkg/usr/share/enna $fs/usr/share
    1.36 +}