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