]>
Commit | Line | Data |
---|---|---|
7c6a4b60 | 1 | ############################################################################### |
802ea3af MT |
2 | # IPFire.org - An Open Source Firewall Solution # |
3 | # Copyright (C) - IPFire Development Team <info@ipfire.org> # | |
7c6a4b60 MT |
4 | ############################################################################### |
5 | ||
802ea3af MT |
6 | name = usbutils |
7 | epoch = 1 | |
b7135891 | 8 | version = 005 |
e894bb54 | 9 | release = 3 |
7c6a4b60 | 10 | |
802ea3af MT |
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. | |
7c6a4b60 | 15 | |
802ea3af MT |
16 | description |
17 | A set of tools to configure list USB Devices. | |
18 | end | |
7c6a4b60 | 19 | |
802ea3af | 20 | source_dl = http://www.kernel.org/pub/linux/utils/usb/usbutils/ |
7c6a4b60 | 21 | |
802ea3af MT |
22 | build |
23 | requires | |
b7135891 MT |
24 | autoconf |
25 | automake | |
26 | hwdata | |
e894bb54 | 27 | libusbx-devel |
802ea3af MT |
28 | zlib-devel |
29 | end | |
7c6a4b60 | 30 | |
b7135891 MT |
31 | prepare_cmds |
32 | ./autogen.sh | |
33 | end | |
7c6a4b60 | 34 | |
b7135891 | 35 | install_cmds |
802ea3af MT |
36 | # Removing lsusb.py. |
37 | rm -rfv %{BUILDROOT}/usr/bin/lsusb.py | |
38 | end | |
39 | end | |
2eeec35f | 40 | |
802ea3af MT |
41 | packages |
42 | package %{name} | |
e894bb54 MT |
43 | group += Base |
44 | ||
e17ce45d MT |
45 | requires |
46 | /usr/share/hwdata/usb.ids | |
47 | end | |
802ea3af | 48 | end |
1f9bc2f0 MT |
49 | |
50 | package %{name}-debuginfo | |
51 | template DEBUGINFO | |
52 | end | |
802ea3af | 53 | end |