]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - libXpm/libXpm.nm
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
[people/amarx/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
802ea3af 8release = 1
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
33 end
34
35 configure_options += \
36 --disable-static
37end
38
39packages
40 package %{name}
1f9bc2f0 41
802ea3af
MT
42 package %{name}-devel
43 template DEVEL
44 end
1f9bc2f0
MT
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
802ea3af 49end