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