# HG changeset patch # User Antoine Bodin # Date 1298697314 -3600 # Node ID dd4600f04ba479aaa3bcacc20ab46295a546bf45 # Parent 0c9cc3f2eeb80fb6e452127c46b6263b383367e6 Fix libnjb deps diff -r 0c9cc3f2eeb8 -r dd4600f04ba4 libnjb/receipt --- a/libnjb/receipt Sat Feb 26 06:09:39 2011 +0100 +++ b/libnjb/receipt Sat Feb 26 06:15:14 2011 +0100 @@ -5,8 +5,7 @@ CATEGORY="system-tools" SHORT_DESC="C library and API for communicating with the Creative Nomad JukeBox and Dell DJ" MAINTAINER="keupont@no-log.org" -DEPENDS="libusb" -BUILD_DEPENDS="libusb-dev" +DEPENDS="libusb-compat" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://libnjb.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -15,13 +14,7 @@ compile_rules() { cd $src - ./configure --enable-hotplugging \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + ./configure && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.