]> git.ipfire.org Git - ipfire-3.x.git/blame - pkgs/libXext/libXext.nm
Change file layout of the makefiles.
[ipfire-3.x.git] / pkgs / libXext / libXext.nm
CommitLineData
bcf07c57 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
bcf07c57
SS
4###############################################################################
5
802ea3af
MT
6name = libXext
7version = 1.1.2
8release = 1
bcf07c57 9
802ea3af
MT
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Libraries
12url = http://www.x.org/
13license = MIT
14summary = X.Org X11 libXext runtime library.
bcf07c57 15
802ea3af 16PKG_PACKAGES += %{name}-devel
113576bd 17
802ea3af 18description
bcf07c57 19 X.Org X11 libXext development package.
802ea3af
MT
20end
21
22source_dl =
23
24build
25 requires
26 libX11-devel
27 libXau-devel
28 pkg-config
29 xorg-x11-proto-devel
30 end
31
32 configure_options += \
33 --disable-static
34end
35
36packages
37 package %{name}
38 end
39
40 package %{name}-devel
41 template DEVEL
42 end
43end