]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - xorg-x11-util-macros/xorg-x11-util-macros.nm
glibc: Disable multilib support on X86_64
[people/stevee/ipfire-3.x.git] / xorg-x11-util-macros / xorg-x11-util-macros.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = xorg-x11-util-macros
7 version = 1.19.0
8 release = 1
9 arch = noarch
10
11 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
12 groups = X/Libraries
13 url = http://www.x.org/
14 license = MIT
15 summary = X.Org X11 Autotools macros.
16
17 description
18 X.Org X11 autotools macros required for building the various
19 packages that comprise the X Window System.
20 end
21
22 thisapp = util-macros-%{version}
23
24 source_dl = http://ftp.x.org/pub/individual/util/
25
26
27 build
28 requires
29 pkg-config
30 end
31
32 configure_options += \
33 --disable-static
34
35 make_install_target += \
36 INSTALL="install -p"
37 end
38
39 packages
40 package %{name}
41 end