wok diff libusb/receipt @ rev 5620
Up: glibc (2.11.2) Bug and security fix
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 27 08:34:49 2010 +0200 (2010-05-27) |
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 May 27 08:34:49 2010 +0200 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