wok diff libusb/receipt @ rev 16079

ARM: add more *usb* support and unixODBC
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 15 05:33:56 2014 +0100 (2014-03-15)
parents 8d6f480bf664
children d15f5ee57730
line diff
     1.1 --- a/libusb/receipt	Sun Nov 10 17:13:06 2013 +0000
     1.2 +++ b/libusb/receipt	Sat Mar 15 05:33:56 2014 +0100
     1.3 @@ -9,16 +9,13 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WEB_SITE="http://libusb.sourceforge.net/"
     1.6  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.7 +HOST_ARCH="i486 arm"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
    1.12 -	cd $src
    1.13 -	./configure \
    1.14 -		--prefix=/usr \
    1.15 -		$CONFIGURE_ARGS &&
    1.16 -	make &&
    1.17 -	make DESTDIR=$DESTDIR install
    1.18 +	./configure $CONFIGURE_ARGS &&
    1.19 +	make && make install
    1.20  }
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.