]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - pkgs/libusb/libusb.nm
Change file layout of the makefiles.
[people/arne_f/ipfire-3.x.git] / pkgs / 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
30
31 package %{name}-devel
32 template DEVEL
33 end
34end