wok-next rev 8923
gnomad2 needs intltool to compile
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Mar 01 02:41:39 2011 +0100 (2011-03-01) |
parents | 05374238f04a |
children | e40df8ebe0f0 |
files | gnomad2/receipt |
line diff
1.1 --- a/gnomad2/receipt Tue Mar 01 02:33:54 2011 +0100 1.2 +++ b/gnomad2/receipt Tue Mar 01 02:41:39 2011 +0100 1.3 @@ -5,9 +5,9 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="GTK+ music manager and swiss army knife for the Creative Labs NOMAD and Zen range" 1.6 MAINTAINER="keupont@no-log.org" 1.7 -DEPENDS="libusb libnjb libid3tag taglib freetype gtk+ glibc dbus-glib hal \ 1.8 +DEPENDS="libusb-compat libnjb libid3tag taglib freetype gtk+ glibc dbus-glib hal \ 1.9 libmtp" 1.10 -BUILD_DEPENDS="libusb-dev libnjb-dev libid3tag-dev gettext freetype-dev glibc-dev gtk+-dev" 1.11 +BUILD_DEPENDS="intltool" 1.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 WEB_SITE="http://gnomad2.sourceforge.net/" 1.14 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.15 @@ -16,13 +16,7 @@ 1.16 compile_rules() 1.17 { 1.18 cd $src 1.19 - ./configure \ 1.20 - --prefix=/usr \ 1.21 - --infodir=/usr/share/info \ 1.22 - --mandir=/usr/share/man \ 1.23 - $CONFIGURE_ARGS && 1.24 - make && 1.25 - make DESTDIR=$PWD/_pkg install 1.26 + ./configure && make && make install 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg.