]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libXdamage/libXdamage.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / libXdamage / libXdamage.nm
CommitLineData
125b4509 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
125b4509
SS
4###############################################################################
5
802ea3af
MT
6name = libXdamage
7version = 1.1.3
8release = 1
125b4509 9
802ea3af
MT
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Libraries
12url = http://www.x.org/
13license = MIT
14summary = X Damage extension library.
125b4509 15
802ea3af 16description
125b4509 17 X.Org X11 libXdamage runtime library.
802ea3af
MT
18end
19
20source_dl =
21sources = %{thisapp}.tar.bz2
22
23build
24 requires
25 libX11-devel
26 libXfixes-devel
27 pkg-config
28 xorg-x11-proto-devel
29 end
30
31 configure_options += \
32 --disable-static
33end
34
35packages
36 package %{name}
37 end
1f9bc2f0 38
802ea3af
MT
39 package %{name}-devel
40 template DEVEL
41 end
1f9bc2f0
MT
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
802ea3af 46end