]> git.ipfire.org Git - ipfire-3.x.git/blame - pkgs/libXpm/libXpm.nm
Change file layout of the makefiles.
[ipfire-3.x.git] / pkgs / 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
MT
6name = libXpm
7version = 3.5.8
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
20source_dl =
21sources = %{thisapp}.tar.bz2
22
23build
24 requires
25 gettext
26 libICE-devel
27 libSM-devel
28 libX11-devel
29 libXau-devel
30 libXext-devel
31 libXt-devel
32 pkg-config
33 xorg-x11-proto-devel
34 end
35
36 configure_options += \
37 --disable-static
38end
39
40packages
41 package %{name}
42 end
43
44 package %{name}-devel
45 template DEVEL
46 end
47end