wok view gnomad2/receipt @ rev 10550

dosbox: Added libsdl-net-dev to bdeps.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed May 25 14:49:03 2011 +0000 (2011-05-25)
parents 38221d75846c
children cf7bc79df87c
line source
1 # SliTaz package receipt.
3 PACKAGE="gnomad2"
4 VERSION="2.9.4"
5 CATEGORY="multimedia"
6 SHORT_DESC="GTK+ music manager and swiss army knife for the Creative Labs NOMAD and Zen range"
7 MAINTAINER="keupont@no-log.org"
8 DEPENDS="libusb-compat libnjb libid3tag taglib freetype gtk+ glibc dbus-glib hal \
9 libmtp"
10 BUILD_DEPENDS="intltool libnjb-dev libid3tag-dev"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WEB_SITE="http://gnomad2.sourceforge.net/"
13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $_pkg/usr/bin $fs/usr
27 }