wok-4.x diff libusb/receipt @ rev 4868
Add: parole
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Feb 04 22:33:57 2010 +0100 (2010-02-04) |
parents | b1c755879a00 |
children | 15cbebdedd90 |
line diff
1.1 --- a/libusb/receipt Sat May 02 11:34:00 2009 +0200 1.2 +++ b/libusb/receipt Thu Feb 04 22:33:57 2010 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="USB accedd library." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +DEPENDS="libusb-compat" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://libusb.sourceforge.net/" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 @@ -15,10 +16,8 @@ 1.12 cd $src 1.13 ./configure \ 1.14 --prefix=/usr \ 1.15 - --infodir=/usr/share/info \ 1.16 - --mandir=/usr/share/man \ 1.17 - $CONFIGURE_ARGS 1.18 - make 1.19 + $CONFIGURE_ARGS && 1.20 + make && 1.21 make DESTDIR=$PWD/_pkg install 1.22 } 1.23