]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - usbutils/usbutils.nm
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
[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 = 005
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 autoconf
25 automake
26 hwdata
27 libusbx-devel
28 zlib-devel
29 end
30
31 prepare_cmds
32 ./autogen.sh
33 end
34
35 install_cmds
36 # Removing lsusb.py.
37 rm -rfv %{BUILDROOT}/usr/bin/lsusb.py
38 end
39 end
40
41 packages
42 package %{name}
43 group += Base
44
45 requires
46 /usr/share/hwdata/usb.ids
47 end
48 end
49
50 package %{name}-debuginfo
51 template DEBUGINFO
52 end
53 end