]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - usbutils/usbutils.nm
Merge remote-tracking branch 'stevee/gobject-introspection'
[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 = 2
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 libusb-devel
28 pkg-config
29 zlib-devel
30 end
31
32 prepare_cmds
33 ./autogen.sh
34 end
35
36 install_cmds
37 # Removing lsusb.py.
38 rm -rfv %{BUILDROOT}/usr/bin/lsusb.py
39 end
40 end
41
42 packages
43 package %{name}
44 requires
45 /usr/share/hwdata/usb.ids
46 end
47 end
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
52 end