wok-6.x diff usbutils/receipt @ rev 6654

Added linux-api-headers. This is like linux-headers but it doesn't depend on linux to be build. Also this means we can update the kernel without rebuild the toolchain.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 11 02:17:02 2010 +0000 (2010-10-11)
parents d22c7c0e0bd3
children 60a842e740cf
line diff
     1.1 --- a/usbutils/receipt	Fri Jun 18 16:12:50 2010 +0200
     1.2 +++ b/usbutils/receipt	Mon Oct 11 02:17:02 2010 +0000
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="usbutils"
     1.7 -VERSION="0.86"
     1.8 +VERSION="0.90"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Displaying information about USB."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  DEPENDS="glibc-base libusb libusb-compat zlib"
    1.13 -BUILD_DEPENDS="libusb-dev"
    1.14 +BUILD_DEPENDS="libusb-dev pkg-config zlib-dev"
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16  WEB_SITE="http://linux-usb.sourceforge.net/"
    1.17 -WGET_URL="$SF_MIRROR/linux-usb/$TARBALL"
    1.18 +WGET_URL="http://www.kernel.org/pub/linux/utils/usb/$PACKAGE/$TARBALL"
    1.19  TAGS="usb"
    1.20  
    1.21  # Rules to configure and make the package.