]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - usbutils/usbutils.nm
git: Update to 2.23.0
[ipfire-3.x.git] / usbutils / usbutils.nm
index 393b7d13352a10f4b333fa2ebf20fe43f3b1faea..a54a78c0dd5b7758fec8ef89c3b8ef0207a41e80 100644 (file)
@@ -5,8 +5,8 @@
 
 name       = usbutils
 epoch      = 1
-version    = 003
-release    = 3
+version    = 005
+release    = 4
 
 groups     = System/Tools
 url        = http://www.linux-usb.org/
@@ -21,13 +21,18 @@ source_dl  = http://www.kernel.org/pub/linux/utils/usb/usbutils/
 
 build
        requires
-               libusbx-devel
+               autoconf
+               automake
+               hwdata
+               libusb-devel
                zlib-devel
        end
 
-       install_cmds
-               rm -fv %{BUILDROOT}/usr/share/usb.ids.gz
+       prepare_cmds
+               ./autogen.sh
+       end
 
+       install_cmds
                # Removing lsusb.py.
                rm -rfv %{BUILDROOT}/usr/bin/lsusb.py
        end