wok diff 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
line diff
     1.1 --- a/gnomad2/receipt	Sat May 09 09:45:14 2009 +0200
     1.2 +++ b/gnomad2/receipt	Sat May 21 22:04:32 2011 +0000
     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.