wok view mt-daapd/receipt @ rev 20235

busybox: add arch (uname -m alias)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 05 15:52:59 2018 +0100 (2018-03-05)
parents 1a8ad4e275e1
children afae00265386
line source
1 # SliTaz package receipt.
3 PACKAGE="mt-daapd"
4 VERSION="0.2.4.2"
5 CATEGORY="multimedia"
6 SHORT_DESC="Media server for the Roku SoundBridge and iTunes."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://fireflymediaserver.org/"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 PROVIDE="firefly"
14 DEPENDS="gdbm libid3tag zlib"
15 BUILD_DEPENDS="gdbm-dev libid3tag-dev glib"
17 # Rules to configure and make the package.
18 #
19 compile_rules()
20 {
21 ./configure --prefix=/usr $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/usr $fs
30 }