wok rev 10403
usbutils: Removed PACKED_SIZE and UNPACKED_SIZE.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon May 23 21:29:02 2011 +0000 (2011-05-23) |
parents | 41ca3af3e15f |
children | 981932aa3aa4 |
files | usbutils/receipt |
line diff
1.1 --- a/usbutils/receipt Tue May 24 03:16:38 2011 +0200 1.2 +++ b/usbutils/receipt Mon May 23 21:29:02 2011 +0000 1.3 @@ -1,19 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 -PACKED_SIZE="172.0K" 1.7 -UNPACKED_SIZE="216.0K" 1.8 PACKAGE="usbutils" 1.9 VERSION="002" 1.10 CATEGORY="system-tools" 1.11 SHORT_DESC="Displaying information about USB." 1.12 MAINTAINER="erjo@slitaz.org" 1.13 -DEPENDS="glibc-base libusb libusb-compat zlib" 1.14 -BUILD_DEPENDS="libusb-dev pkg-config zlib-dev" 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 WEB_SITE="http://linux-usb.sourceforge.net/" 1.17 WGET_URL="http://www.kernel.org/pub/linux/utils/usb/$PACKAGE/$TARBALL" 1.18 TAGS="usb" 1.19 1.20 +DEPENDS="glibc-base libusb libusb-compat zlib" 1.21 +BUILD_DEPENDS="libusb-dev pkg-config zlib-dev" 1.22 + 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 {