]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libXmu/libXmu.nm
kernel: Update to 3.15.6.
[people/ms/ipfire-3.x.git] / libXmu / libXmu.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libXmu
7 version = 1.1.1
8 release = 1
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 libXmu/libXmuu runtime libraries.
15
16 description
17 X.Org X11 libXmu/libXmuu runtime libraries.
18 end
19
20 source_dl = http://ftp.x.org/pub/individual/lib/
21
22 build
23 requires
24 libICE-devel
25 libSM-devel
26 libX11-devel
27 libXext-devel
28 libXt-devel
29 pkg-config
30 xorg-x11-util-macros
31 xorg-x11-proto-devel
32 end
33
34 configure_options += \
35 --disable-static
36 end
37
38 packages
39 package %{name}
40
41 package %{name}-devel
42 template DEVEL
43 end
44
45 package %{name}-debuginfo
46 template DEBUGINFO
47 end
48 end