wok rev 17306

Add mt-daapd
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 01 12:35:16 2014 +0100 (2014-11-01)
parents 72404eef4773
children 2f80fd5d9e35
files mt-daapd/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mt-daapd/receipt	Sat Nov 01 12:35:16 2014 +0100
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="mt-daapd"
     1.7 +VERSION="0.2.4.2"
     1.8 +CATEGORY="multimedia"
     1.9 +SHORT_DESC="Media server for the Roku SoundBridge and iTunes."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://fireflymediaserver.org/"
    1.14 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.15 +PROVIDES="firefly"
    1.16 +
    1.17 +DEPENDS="gdbm libid3tag zlib"
    1.18 +BUILD_DEPENDS="gdbm-dev libid3tag-dev glib"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +#
    1.22 +compile_rules()
    1.23 +{
    1.24 +	./configure --prefix=/usr $CONFIGURE_ARGS &&
    1.25 +	make &&
    1.26 +	make DESTDIR=$DESTDIR install
    1.27 +}
    1.28 +
    1.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +	cp -a $install/usr $fs
    1.33 +}