]> git.ipfire.org Git - ipfire-3.x.git/blob - libpciaccess/libpciaccess.nm
libpciaccess: Update to 0.17
[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.17
8 release = 1
9
10 groups = Applications/Virtualization
11 url = https://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 = https://www.x.org/archive/individual/lib/
21
22 build
23 requires
24 xorg-x11-util-macros
25 end
26 end
27
28 packages
29 package %{name}
30
31 package %{name}-devel
32 template DEVEL
33 end
34
35 package %{name}-debuginfo
36 template DEBUGINFO
37 end
38 end