wok annotate mt-daapd/receipt @ rev 20313

linux, openssh: add tcp_stealth patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 18 13:47:33 2018 +0200 (2018-05-18)
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 }