]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libXpm/libXpm.nm
grep: Update to 2.17.
[people/ms/ipfire-3.x.git] / libXpm / libXpm.nm
CommitLineData
833e8385 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
833e8385
SS
4###############################################################################
5
802ea3af 6name = libXpm
a8a70bcd 7version = 3.5.10
de534b5b 8release = 2
833e8385 9
802ea3af
MT
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Libraries
12url = http://www.x.org/
13license = MIT
14summary = X.Org X11 libXpm runtime library.
833e8385 15
802ea3af 16description
833e8385 17 X.Org X11 libXpm runtime library.
802ea3af
MT
18end
19
a8a70bcd 20source_dl = http://ftp.x.org/pub/individual/lib/
802ea3af
MT
21
22build
23 requires
24 gettext
25 libICE-devel
26 libSM-devel
27 libX11-devel
28 libXau-devel
29 libXext-devel
30 libXt-devel
31 pkg-config
32 xorg-x11-proto-devel
de534b5b 33 xorg-x11-util-macros
802ea3af
MT
34 end
35
36 configure_options += \
de534b5b 37 --disable-selective-werror \
802ea3af
MT
38 --disable-static
39end
40
41packages
42 package %{name}
1f9bc2f0 43
802ea3af
MT
44 package %{name}-devel
45 template DEVEL
46 end
1f9bc2f0
MT
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
802ea3af 51end