# HG changeset patch # User Pascal Bellard # Date 1306331117 -7200 # Node ID 62cfbad52d5171a55c51c8499d8a34dd480daed1 # Parent c5465927b7c10e581aef1bdce367278c389aa389 libnjb: update bdeps diff -r c5465927b7c1 -r 62cfbad52d51 libnjb/receipt --- a/libnjb/receipt Wed May 25 15:43:17 2011 +0200 +++ b/libnjb/receipt Wed May 25 15:45:17 2011 +0200 @@ -6,6 +6,7 @@ SHORT_DESC="C library and API for communicating with the Creative Nomad JukeBox and Dell DJ" MAINTAINER="keupont@no-log.org" DEPENDS="libusb-compat" +BUILD_DEPENDS="libusb-compat" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://libnjb.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -14,7 +15,7 @@ compile_rules() { cd $src - ./configure && make && make install + ./configure && make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.