wok-6.x diff usbutils/receipt @ rev 15894
libnl: remove devel files (save space on ISO)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Feb 12 22:53:55 2014 +0100 (2014-02-12) |
parents | 380ffe05937a |
children | 5613d51e1fdf |
line diff
1.1 --- a/usbutils/receipt Sat Aug 10 17:00:38 2013 +0000 1.2 +++ b/usbutils/receipt Wed Feb 12 22:53:55 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.