wok rev 1771
usbutils: update DEPENDS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Nov 27 15:46:45 2008 +0000 (2008-11-27) |
parents | b46a95b3d2ee |
children | 497da1516e30 |
files | usbutils/receipt |
line diff
1.1 --- a/usbutils/receipt Wed Nov 26 18:02:56 2008 +0000 1.2 +++ b/usbutils/receipt Thu Nov 27 15:46:45 2008 +0000 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Displaying information about USB." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="" 1.8 +DEPENDS="libusb" 1.9 BUILD_DEPENDS="libusb-dev" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://linux-usb.sourceforge.net/" 1.12 @@ -19,8 +19,8 @@ 1.13 ./configure \ 1.14 --prefix=/usr \ 1.15 --datadir=/usr/share/misc \ 1.16 - $CONFIGURE_ARGS 1.17 - make 1.18 + $CONFIGURE_ARGS && 1.19 + make && 1.20 make DESTDIR=$PWD/_pkg install 1.21 } 1.22