]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - usbutils/usbutils.nm
bash: Fix creation of man pages.
[people/amarx/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 epoch = 1
8 version = 003
9 release = 3
10
11 groups = System/Tools
12 url = http://www.linux-usb.org/
13 license = GPLv2
14 summary = Tool to provide and enhance USB support in Linux.
15
16 description
17 A set of tools to configure list USB Devices.
18 end
19
20 source_dl = http://www.kernel.org/pub/linux/utils/usb/usbutils/
21
22 build
23 requires
24 libusbx-devel
25 zlib-devel
26 end
27
28 install_cmds
29 rm -fv %{BUILDROOT}/usr/share/usb.ids.gz
30
31 # Removing lsusb.py.
32 rm -rfv %{BUILDROOT}/usr/bin/lsusb.py
33 end
34 end
35
36 packages
37 package %{name}
38 group += Base
39
40 requires
41 /usr/share/hwdata/usb.ids
42 end
43 end
44
45 package %{name}-debuginfo
46 template DEBUGINFO
47 end
48 end