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