]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - pkgs/libXfixes/libXfixes.nm
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / pkgs / libXfixes / libXfixes.nm
CommitLineData
7048c46b 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
7048c46b
SS
4###############################################################################
5
802ea3af
MT
6name = libXfixes
7version = 4.0.5
8release = 1
7048c46b 9
802ea3af
MT
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Libraries
12url = http://www.x.org/
13license = MIT
14summary = X Fixes library.
7048c46b 15
802ea3af 16PKG_PACKAGES += %{name}-devel
b40f5f63 17
802ea3af 18description
7048c46b 19 X Fixes library.
802ea3af
MT
20end
21
22source_dl =
23sources = %{thisapp}.tar.bz2
24
25build
26 requires
27 libX11-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