]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libpciaccess/libpciaccess.nm
1caed55bcb5a096e808ae69a2ffdd5482ee9558e
[people/ms/ipfire-3.x.git] / libpciaccess / libpciaccess.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libpciaccess
7 version = 0.11.0
8 release = 1
9
10 groups = Applications/Virtualization
11 url = http://cgit.freedesktop.org/xorg/lib/libpciaccess/
12 license = LGPLv2.1+
13 summary = Generic PCI access library.
14
15 description
16 A toolkit to interact with the virtualization capabilities of recent \
17 versions of Linux.
18 end
19
20 source_dl =
21 sources = %{thisapp}.tar.bz2
22
23 build
24 requires
25 pkg-config
26 end
27 end
28
29 packages
30 package %{name}
31 end
32
33 package %{name}-devel
34 template DEVEL
35 end
36
37 package %{name}-debuginfo
38 template DEBUGINFO
39 end
40 end