wok rev 8871

Fix libnjb deps
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Feb 26 06:15:14 2011 +0100 (2011-02-26)
parents 0c9cc3f2eeb8
children 93f4822fd8b1
files libnjb/receipt
line diff
     1.1 --- a/libnjb/receipt	Sat Feb 26 06:09:39 2011 +0100
     1.2 +++ b/libnjb/receipt	Sat Feb 26 06:15:14 2011 +0100
     1.3 @@ -5,8 +5,7 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="C library and API for communicating with the Creative Nomad JukeBox and Dell DJ"
     1.6  MAINTAINER="keupont@no-log.org"
     1.7 -DEPENDS="libusb"
     1.8 -BUILD_DEPENDS="libusb-dev"
     1.9 +DEPENDS="libusb-compat"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://libnjb.sourceforge.net/"
    1.12  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.13 @@ -15,13 +14,7 @@
    1.14  compile_rules()
    1.15  {
    1.16  	cd $src
    1.17 -	./configure --enable-hotplugging \
    1.18 -		--prefix=/usr \
    1.19 -		--infodir=/usr/share/info \
    1.20 -		--mandir=/usr/share/man \
    1.21 -		$CONFIGURE_ARGS &&
    1.22 -	make &&
    1.23 -	make DESTDIR=$PWD/_pkg install
    1.24 +	./configure && make && make install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.