wok rev 15871

Up: usbutils (007)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 31 19:47:26 2014 +0100 (2014-01-31)
parents 673b107f2fd7
children ffbe86af1ad6
files usbutils/receipt
line diff
     1.1 --- a/usbutils/receipt	Fri Jan 31 19:46:06 2014 +0100
     1.2 +++ b/usbutils/receipt	Fri Jan 31 19:47:26 2014 +0100
     1.3 @@ -1,17 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="usbutils"
     1.7 -VERSION="004"
     1.8 +VERSION="007"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Displaying information about USB."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.15  WEB_SITE="http://linux-usb.sourceforge.net/"
    1.16  #WGET_URL="http://www.kernel.org/pub/linux/utils/usb/$PACKAGE/$TARBALL"
    1.17  WGET_URL="http://sourceware.mirrors.tds.net/pub/kernel.org/linux/utils/usb/$PACKAGE/$TARBALL"
    1.18  TAGS="usb"
    1.19 -BUGS="usb.ids is not gziped and in /usr/share since it's where udev look for it"
    1.20  
    1.21  DEPENDS="glibc-base libusb libusb-compat zlib usbids"
    1.22  BUILD_DEPENDS="libusb-dev pkg-config zlib-dev"
    1.23 @@ -23,7 +22,7 @@
    1.24  	./configure \
    1.25  		--prefix=/usr \
    1.26  		--libdir=/usr/lib \
    1.27 -		--datadir=/usr/share \
    1.28 +		--datadir=/usr/share/misc \
    1.29  		$CONFIGURE_ARGS &&
    1.30  	make && make install
    1.31  }
    1.32 @@ -35,6 +34,7 @@
    1.33  	cp -a $install/usr/bin $fs/usr
    1.34  	cp -a $install/usr/sbin $fs/usr
    1.35  	sed -i s'/bash/sh/' $fs/usr/bin/usb-devices
    1.36 +	rm -f $fs/usr/bin/lsusb.py
    1.37  }
    1.38  
    1.39  # Pre and post install commands for Tazpkg.