wok view gnomad2/receipt @ rev 22937

updated hunspell and hunspell-dev again (1.3.3 -> 1.7.0)
author Hans-G?nter Theisgen
date Thu Feb 27 07:35:13 2020 +0100 (2020-02-27)
parents 7896f0694ef6
children 932cd974e081
line source
1 # SliTaz package receipt.
3 PACKAGE="gnomad2"
4 VERSION="2.9.6"
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 LICENSE="GPL2"
9 WEB_SITE="http://gnomad2.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 DEPENDS="dbus-glib freetype glibc gtk+ hal libid3tag
15 libmtp libnjb libusb-compat taglib"
16 BUILD_DEPENDS="glib-dev gtk+-dev hal-dev intltool libid3tag-dev libmtp-dev
17 libnjb-dev libusb-compat-dev taglib-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 ./configure &&
23 make &&
24 make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr
31 cp -a $install/usr/bin $fs/usr
32 }