]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - xorg-x11-util-macros/xorg-x11-util-macros.nm
pakfire: Sync to upstream version.
[people/amarx/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.10.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 source_dl = http://ftp.x.org/pub/individual/util/
23
24 sources = util-macros-%{version}.tar.bz2
25
26 build
27 requires
28 pkg-config
29 end
30
31 DIR_APP = %{DIR_SRC}/util-macros-%{version}
32
33 configure_options += \
34 --disable-static
35
36 make_install_target += \
37 INSTALL="install -p"
38 end
39
40 packages
41 package %{name}
42 end