]>
Commit | Line | Data |
---|---|---|
1 | ############################################################################### | |
2 | # IPFire.org - An Open Source Firewall Solution # | |
3 | # Copyright (C) - IPFire Development Team <info@ipfire.org> # | |
4 | ############################################################################### | |
5 | ||
6 | name = libusbx | |
7 | version = 1.0.11 | |
8 | release = 1 | |
9 | ||
10 | groups = System/Libraries | |
11 | url = http://sourceforge.net/apps/mediawiki/libusbx/ | |
12 | license = LGPLv2+ | |
13 | summary = A library which allows userspace access to USB devices. | |
14 | ||
15 | description | |
16 | This package provides a way for applications to access USB devices. | |
17 | end | |
18 | ||
19 | source_dl = http://downloads.sourceforge.net/libusbx/ | |
20 | sources = %{thisapp}.tar.bz2 | |
21 | ||
22 | build | |
23 | configure_options += \ | |
24 | --disable-static \ | |
25 | --enable-examples-build | |
26 | end | |
27 | ||
28 | packages | |
29 | package %{name} | |
30 | provides = libusb = %{thisver} | |
31 | obsoletes = libusb < %{thisver} | |
32 | end | |
33 | ||
34 | package %{name}-devel | |
35 | template DEVEL | |
36 | end | |
37 | ||
38 | package %{name}-debuginfo | |
39 | template DEBUGINFO | |
40 | end | |
41 | end |