]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libXext/libXext.nm
docbook2X: New package.
[people/ms/ipfire-3.x.git] / libXext / libXext.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libXext
7 version = 1.3.1
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 libXext runtime library.
15
16 description
17 X.Org X11 libXext development package.
18 end
19
20 source_dl = ftp://ftp.x.org/pub/individual/lib/
21
22 build
23 requires
24 libX11-devel
25 libXau-devel
26 pkg-config
27 xorg-x11-proto-devel
28 end
29
30 configure_options += \
31 --disable-static
32 end
33
34 packages
35 package %{name}
36
37 package %{name}-devel
38 template DEVEL
39 end
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
44 end