wok diff usbutils/receipt @ rev 6898
watchdog: add /dev/watchdog
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 22 17:57:10 2010 +0200 (2010-10-22) |
parents | d22c7c0e0bd3 |
children | 60a842e740cf |
line diff
1.1 --- a/usbutils/receipt Fri Jun 18 16:12:50 2010 +0200 1.2 +++ b/usbutils/receipt Fri Oct 22 17:57:10 2010 +0200 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.