wok-4.x rev 10510
libnjb: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 25 15:45:17 2011 +0200 (2011-05-25) |
parents | c5465927b7c1 |
children | 68859c818455 |
files | libnjb/receipt |
line diff
1.1 --- a/libnjb/receipt Wed May 25 15:43:17 2011 +0200 1.2 +++ b/libnjb/receipt Wed May 25 15:45:17 2011 +0200 1.3 @@ -6,6 +6,7 @@ 1.4 SHORT_DESC="C library and API for communicating with the Creative Nomad JukeBox and Dell DJ" 1.5 MAINTAINER="keupont@no-log.org" 1.6 DEPENDS="libusb-compat" 1.7 +BUILD_DEPENDS="libusb-compat" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://libnjb.sourceforge.net/" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 @@ -14,7 +15,7 @@ 1.12 compile_rules() 1.13 { 1.14 cd $src 1.15 - ./configure && make && make install 1.16 + ./configure && make && make DESTDIR=$DESTDIR install 1.17 } 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg.