]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pkgs/libusb/libusb.nm
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / pkgs / libusb / libusb.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libusb
7 version = 1.0.8
8 release = 1
9
10 maintainer =
11 groups = System/Libraries
12 url = http://sourceforge.net/projects/libusb/
13 license = LGPLv2+
14 summary = A library which allows userspace access to USB devices.
15
16 description
17 This package provides a way for applications to access USB devices.
18 end
19
20 sources = %{thisapp}.tar.bz2
21
22 build
23 configure_options += \
24 --disable-static
25 end
26
27 packages
28 package %{name}
29 end
30
31 package %{name}-devel
32 template DEVEL
33 end
34 end