wok view gnomad2/receipt @ rev 12641

gnomad2: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 29 22:10:56 2012 +0200 (2012-04-29)
parents f042693671d5
children 7896f0694ef6
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 taglib-dev libmtp-dev \
11 hal-dev libusb-compat-dev gtk+-dev glib-dev"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WEB_SITE="http://gnomad2.sourceforge.net/"
14 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure && make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $_pkg/usr/bin $fs/usr
28 }