wok diff libnjb/receipt @ rev 10488
pidgin-libnotify: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 25 13:04:06 2011 +0200 (2011-05-25) |
parents | 72137cdb4884 |
children | 62cfbad52d51 |
line diff
1.1 --- a/libnjb/receipt Mon May 04 17:09:53 2009 +0000 1.2 +++ b/libnjb/receipt Wed May 25 13:04:06 2011 +0200 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.