]> git.ipfire.org Git - ipfire-3.x.git/blame - libusb/libusb.nm
Merge remote-tracking branch 'stevee/audit'
[ipfire-3.x.git] / libusb / libusb.nm
CommitLineData
689311b6 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
689311b6
MT
4###############################################################################
5
802ea3af
MT
6name = libusb
7version = 1.0.8
8release = 1
689311b6 9
802ea3af
MT
10maintainer =
11groups = System/Libraries
12url = http://sourceforge.net/projects/libusb/
13license = LGPLv2+
14summary = A library which allows userspace access to USB devices.
689311b6 15
802ea3af 16description
689311b6 17 This package provides a way for applications to access USB devices.
802ea3af
MT
18end
19
20sources = %{thisapp}.tar.bz2
21
22build
23 configure_options += \
24 --disable-static
25end
26
27packages
28 package %{name}
29 end
1f9bc2f0 30
802ea3af
MT
31 package %{name}-devel
32 template DEVEL
33 end
1f9bc2f0
MT
34
35 package %{name}-debuginfo
36 template DEBUGINFO
37 end
802ea3af 38end