]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
usbutils: Update to 003.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 28 Jun 2011 13:01:31 +0000 (15:01 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 28 Jun 2011 13:01:31 +0000 (15:01 +0200)
pkgs/usbutils/usbutils.nm

index 27bf03ffc648e899a4f1a67c9d536c4a0836af90..60d059651bae591341821e181fa724d881c0e8db 100644 (file)
@@ -25,8 +25,9 @@
 include $(PKGROOT)/Include
 
 PKG_NAME       = usbutils
-PKG_VER        = 0.86
-PKG_REL        = 0
+PKG_EPOCH      = 1
+PKG_VER        = 003
+PKG_REL        = 1
 
 PKG_MAINTAINER =
 PKG_GROUPS     = System/Tools
@@ -34,7 +35,7 @@ PKG_URL        = http://www.linux-usb.org/
 PKG_LICENSE    = GPLv2
 PKG_SUMMARY    = Tool to provide and enhance USB support in Linux.
 
-PKG_BUILD_DEPS+= libusb-compat-devel pkg-config zlib-devel
+PKG_BUILD_DEPS+= libusb-devel pkg-config zlib-devel
 
 define PKG_DESCRIPTION
        A set of tools to configure list USB Devices.
@@ -44,4 +45,7 @@ PKG_TARBALL    = $(THISAPP).tar.gz
 
 define STAGE_INSTALL_CMDS
        rm -fv $(BUILDROOT)/usr/share/usb.ids.gz
+
+       # Removing lsusb.py.
+       rm -rfv $(BUILDROOT)/usr/bin/lsusb.py
 endef