]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - usbutils/usbutils.nm
man-db: Make package more handy.
[people/amarx/ipfire-3.x.git] / usbutils / usbutils.nm
CommitLineData
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
6name = usbutils
7epoch = 1
b7135891 8version = 005
90202c1f 9release = 2
7c6a4b60 10
802ea3af
MT
11groups = System/Tools
12url = http://www.linux-usb.org/
13license = GPLv2
14summary = Tool to provide and enhance USB support in Linux.
7c6a4b60 15
802ea3af
MT
16description
17 A set of tools to configure list USB Devices.
18end
7c6a4b60 19
802ea3af 20source_dl = http://www.kernel.org/pub/linux/utils/usb/usbutils/
7c6a4b60 21
802ea3af
MT
22build
23 requires
b7135891
MT
24 autoconf
25 automake
26 hwdata
802ea3af
MT
27 libusb-devel
28 pkg-config
29 zlib-devel
30 end
7c6a4b60 31
b7135891
MT
32 prepare_cmds
33 ./autogen.sh
34 end
7c6a4b60 35
b7135891 36 install_cmds
802ea3af
MT
37 # Removing lsusb.py.
38 rm -rfv %{BUILDROOT}/usr/bin/lsusb.py
39 end
40end
2eeec35f 41
802ea3af
MT
42packages
43 package %{name}
e17ce45d
MT
44 requires
45 /usr/share/hwdata/usb.ids
46 end
802ea3af 47 end
1f9bc2f0
MT
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
802ea3af 52end