wok annotate gnomad2/receipt @ rev 23190

updated mpc (0.31 -> 0.33)
author Hans-G?nter Theisgen
date Fri Mar 20 09:22:39 2020 +0100 (2020-03-20)
parents 7896f0694ef6
children 932cd974e081
rev   line source
keupont@2884 1 # SliTaz package receipt.
keupont@2884 2
keupont@2884 3 PACKAGE="gnomad2"
Hans-G?nter@22860 4 VERSION="2.9.6"
keupont@2884 5 CATEGORY="multimedia"
Hans-G?nter@22860 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"
pascal@15002 8 LICENSE="GPL2"
Hans-G?nter@22860 9 WEB_SITE="http://gnomad2.sourceforge.net/"
Hans-G?nter@22860 10
keupont@2884 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
keupont@2884 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
keupont@2884 13
Hans-G?nter@22860 14 DEPENDS="dbus-glib freetype glibc gtk+ hal libid3tag
Hans-G?nter@22860 15 libmtp libnjb libusb-compat taglib"
Hans-G?nter@22860 16 BUILD_DEPENDS="glib-dev gtk+-dev hal-dev intltool libid3tag-dev libmtp-dev
Hans-G?nter@22860 17 libnjb-dev libusb-compat-dev taglib-dev"
Hans-G?nter@22860 18
keupont@2884 19 # Rules to configure and make the package.
keupont@2884 20 compile_rules()
keupont@2884 21 {
Hans-G?nter@22860 22 ./configure &&
Hans-G?nter@22860 23 make &&
Hans-G?nter@22860 24 make install
keupont@2884 25 }
keupont@2884 26
keupont@2884 27 # Rules to gen a SliTaz package suitable for Tazpkg.
keupont@2884 28 genpkg_rules()
keupont@2884 29 {
keupont@2884 30 mkdir -p $fs/usr
Hans-G?nter@22860 31 cp -a $install/usr/bin $fs/usr
keupont@2884 32 }