]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - usbutils/usbutils.nm
audit: Drop package
[people/pmueller/ipfire-3.x.git] / usbutils / usbutils.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = usbutils
7 version = 014
8 release = 4
9
10 groups = System/Tools
11 url = https://www.linux-usb.org/
12 license = GPLv2
13 summary = Tool to provide and enhance USB support in Linux.
14
15 description
16 A set of tools to configure list USB Devices.
17 end
18
19 source_dl = https://www.kernel.org/pub/linux/utils/usb/usbutils/
20
21 build
22 requires
23 autoconf
24 automake
25 hwdata
26 libudev-devel
27 libusb-devel
28 zlib-devel
29 end
30
31 install_cmds
32 # Removing lsusb.py.
33 rm -rfv %{BUILDROOT}/usr/bin/lsusb.py
34 end
35 end
36
37 packages
38 package %{name}
39 group += Base
40
41 requires
42 /usr/share/hwdata/usb.ids
43 end
44 end
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
49 end