]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - usbutils/usbutils.nm
man-db: Make package more handy.
[people/amarx/ipfire-3.x.git] / usbutils / usbutils.nm
index e803744f4838ff9add45030250130537c8b53b70..bdfbad785216ea69ddc23b7ef6d205c5ee7e0e0e 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = usbutils
 epoch      = 1
-version    = 003
+version    = 005
 release    = 2
 
 groups     = System/Tools
@@ -21,14 +21,19 @@ 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