]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libXpm/libXpm.nm
kernel: Update to 3.17
[people/ms/ipfire-3.x.git] / libXpm / libXpm.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libXpm
7 version = 3.5.10
8 release = 2
9
10 maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11 groups = X/Libraries
12 url = http://www.x.org/
13 license = MIT
14 summary = X.Org X11 libXpm runtime library.
15
16 description
17 X.Org X11 libXpm runtime library.
18 end
19
20 source_dl = http://ftp.x.org/pub/individual/lib/
21
22 build
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 xorg-x11-util-macros
34 end
35
36 configure_options += \
37 --disable-selective-werror \
38 --disable-static
39 end
40
41 packages
42 package %{name}
43
44 package %{name}-devel
45 template DEVEL
46 end
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
51 end