wok annotate gnomad2/receipt @ rev 10313

ecore: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 22:04:32 2011 +0000 (2011-05-21)
parents f06cae48d68d
children 38221d75846c
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"
gokhlayeh@8923 10 BUILD_DEPENDS="intltool"
keupont@2884 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
keupont@2884 12 WEB_SITE="http://gnomad2.sourceforge.net/"
keupont@2884 13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
keupont@2884 14
keupont@2884 15 # Rules to configure and make the package.
keupont@2884 16 compile_rules()
keupont@2884 17 {
keupont@2884 18 cd $src
gokhlayeh@8923 19 ./configure && make && make install
keupont@2884 20 }
keupont@2884 21
keupont@2884 22 # Rules to gen a SliTaz package suitable for Tazpkg.
keupont@2884 23 genpkg_rules()
keupont@2884 24 {
keupont@2884 25 mkdir -p $fs/usr
keupont@2884 26 cp -a $_pkg/usr/bin $fs/usr
keupont@2884 27 }