]> git.ipfire.org Git - ipfire-3.x.git/blob - libpciaccess/libpciaccess.nm
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
[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.13.1
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 = http://cgit.freedesktop.org/xorg/lib/libpciaccess/snapshot/
21
22 build
23 requires
24 autoconf
25 automake
26 pkg-config
27 libtool
28 xorg-x11-util-macros
29 end
30
31 prepare_cmds
32 ./autogen.sh
33 end
34 end
35
36 packages
37 package %{name}
38
39 package %{name}-devel
40 template DEVEL
41 end
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
46 end