wok annotate 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
rev   line source
keupont@2884 1 # SliTaz package receipt.
keupont@2884 2
keupont@2884 3 PACKAGE="gnomad2"
keupont@2884 4 VERSION="2.9.4"
keupont@2884 5 CATEGORY="multimedia"
keupont@2884 6 SHORT_DESC="GTK+ music manager and swiss army knife for the Creative Labs NOMAD and Zen range"
keupont@2884 7 MAINTAINER="keupont@no-log.org"
gokhlayeh@8923 8 DEPENDS="libusb-compat libnjb libid3tag taglib freetype gtk+ glibc dbus-glib hal \
pascal@2964 9 libmtp"
pascal@10593 10 BUILD_DEPENDS="intltool libnjb-dev libid3tag-dev taglib-dev libmtp-dev \
pascal@12641 11 hal-dev libusb-compat-dev gtk+-dev glib-dev"
keupont@2884 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
keupont@2884 13 WEB_SITE="http://gnomad2.sourceforge.net/"
keupont@2884 14 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
keupont@2884 15
keupont@2884 16 # Rules to configure and make the package.
keupont@2884 17 compile_rules()
keupont@2884 18 {
keupont@2884 19 cd $src
gokhlayeh@8923 20 ./configure && make && make install
keupont@2884 21 }
keupont@2884 22
keupont@2884 23 # Rules to gen a SliTaz package suitable for Tazpkg.
keupont@2884 24 genpkg_rules()
keupont@2884 25 {
keupont@2884 26 mkdir -p $fs/usr
keupont@2884 27 cp -a $_pkg/usr/bin $fs/usr
keupont@2884 28 }