]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - usbutils/usbutils.nm
kernel: Change ASPM policy to default
[ipfire-3.x.git] / usbutils / usbutils.nm
index e803744f4838ff9add45030250130537c8b53b70..a54a78c0dd5b7758fec8ef89c3b8ef0207a41e80 100644 (file)
@@ -5,8 +5,8 @@
 
 name       = usbutils
 epoch      = 1
-version    = 003
-release    = 2
+version    = 005
+release    = 4
 
 groups     = System/Tools
 url        = http://www.linux-usb.org/
@@ -21,14 +21,18 @@ source_dl  = http://www.kernel.org/pub/linux/utils/usb/usbutils/
 
 build
        requires
+               autoconf
+               automake
+               hwdata
                libusb-devel
-               pkg-config
                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
@@ -36,6 +40,8 @@ end
 
 packages
        package %{name}
+               group += Base
+
                requires
                        /usr/share/hwdata/usb.ids
                end