wok annotate mt-daapd/receipt @ 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 | |
children | 9689f1b75619 |
rev | line source |
---|---|
pascal@17306 | 1 # SliTaz package receipt. |
pascal@17306 | 2 |
pascal@17306 | 3 PACKAGE="mt-daapd" |
pascal@17306 | 4 VERSION="0.2.4.2" |
pascal@17306 | 5 CATEGORY="multimedia" |
pascal@17306 | 6 SHORT_DESC="Media server for the Roku SoundBridge and iTunes." |
pascal@17306 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@17306 | 8 LICENSE="GPL2" |
pascal@17306 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@17306 | 10 WEB_SITE="http://fireflymediaserver.org/" |
pascal@17306 | 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pascal@17306 | 12 PROVIDES="firefly" |
pascal@17306 | 13 |
pascal@17306 | 14 DEPENDS="gdbm libid3tag zlib" |
pascal@17306 | 15 BUILD_DEPENDS="gdbm-dev libid3tag-dev glib" |
pascal@17306 | 16 |
pascal@17306 | 17 # Rules to configure and make the package. |
pascal@17306 | 18 # |
pascal@17306 | 19 compile_rules() |
pascal@17306 | 20 { |
pascal@17306 | 21 ./configure --prefix=/usr $CONFIGURE_ARGS && |
pascal@17306 | 22 make && |
pascal@17306 | 23 make DESTDIR=$DESTDIR install |
pascal@17306 | 24 } |
pascal@17306 | 25 |
pascal@17306 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@17306 | 27 genpkg_rules() |
pascal@17306 | 28 { |
pascal@17306 | 29 cp -a $install/usr $fs |
pascal@17306 | 30 } |