wok annotate mt-daapd/receipt @ rev 23341
updated perl-html-tree (4.1 -> 5.07)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 09:01:44 2020 +0100 (2020-03-31) |
parents | 1a8ad4e275e1 |
children | afae00265386 |
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@17482 | 12 PROVIDE="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 } |