wok rev 6521

Up: usbutils to 0.9.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Oct 02 17:17:45 2010 +0000 (2010-10-02)
parents cb53e0d30346
children be643f64f74f
files libusb-dev/receipt usbutils-dev/receipt usbutils/receipt
line diff
     1.1 --- a/libusb-dev/receipt	Sat Oct 02 16:34:03 2010 +0000
     1.2 +++ b/libusb-dev/receipt	Sat Oct 02 17:17:45 2010 +0000
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="USB accedd library devel files."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="libusb-compat-dev"
     1.8 +DEPENDS="libusb libusb-compat-dev"
     1.9  WANTED="libusb"
    1.10  WEB_SITE="http://libusb.sourceforge.net/"
    1.11  
     2.1 --- a/usbutils-dev/receipt	Sat Oct 02 16:34:03 2010 +0000
     2.2 +++ b/usbutils-dev/receipt	Sat Oct 02 17:17:45 2010 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="usbutils-dev"
     2.7 -VERSION="0.86"
     2.8 +VERSION="0.90"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Development files for usbutils."
    2.11  MAINTAINER="erjo@slitaz.org"
     3.1 --- a/usbutils/receipt	Sat Oct 02 16:34:03 2010 +0000
     3.2 +++ b/usbutils/receipt	Sat Oct 02 17:17:45 2010 +0000
     3.3 @@ -1,15 +1,15 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="usbutils"
     3.7 -VERSION="0.86"
     3.8 +VERSION="0.90"
     3.9  CATEGORY="system-tools"
    3.10  SHORT_DESC="Displaying information about USB."
    3.11  MAINTAINER="erjo@slitaz.org"
    3.12  DEPENDS="glibc-base libusb libusb-compat zlib"
    3.13 -BUILD_DEPENDS="libusb-dev"
    3.14 +BUILD_DEPENDS="libusb-dev pkg-config zlib-dev"
    3.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.16  WEB_SITE="http://linux-usb.sourceforge.net/"
    3.17 -WGET_URL="$SF_MIRROR/linux-usb/$TARBALL"
    3.18 +WGET_URL="http://www.kernel.org/pub/linux/utils/usb/$PACKAGE/$TARBALL"
    3.19  TAGS="usb"
    3.20  
    3.21  # Rules to configure and make the package.