]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libXinerama/libXinerama.nm
gnupg2: Update to 2.0.20.
[people/ms/ipfire-3.x.git] / libXinerama / libXinerama.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libXinerama
7 version = 1.1.2
8 release = 1
9
10 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11 groups = X/Libraries
12 url = http://www.x.org/
13 license = MIT
14 summary = X.Org X11 libXinerama runtime library
15
16 description
17 X.Org X11 libXinerama runtime library
18 end
19
20 source_dl = ftp://ftp.x.org/pub/individual/lib/
21
22 build
23 requires
24 libX11-devel
25 libXext-devel
26 xorg-x11-proto-devel
27 end
28
29 configure_options += \
30 --disable-static
31 end
32
33 packages
34 package %{name}
35
36 package %{name}-devel
37 template DEVEL
38 end
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43 end