]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libXmu/libXmu.nm
Merge remote-tracking branch 'stevee/gobject-introspection'
[people/ms/ipfire-3.x.git] / libXmu / libXmu.nm
CommitLineData
8c4ed054 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
8c4ed054
SS
4###############################################################################
5
802ea3af
MT
6name = libXmu
7version = 1.0.5
8release = 1
8c4ed054 9
802ea3af
MT
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Libraries
12url = http://www.x.org/
13license = MIT
14summary = X.Org X11 libXmu/libXmuu runtime libraries.
8c4ed054 15
802ea3af 16description
8c4ed054 17 X.Org X11 libXmu/libXmuu runtime libraries.
802ea3af
MT
18end
19
20source_dl =
21sources = %{thisapp}.tar.bz2
22
23build
24 requires
25 libICE-devel
26 libSM-devel
27 libX11-devel
28 libXext-devel
29 libXt-devel
30 pkg-config
31 xorg-x11-util-macros
32 xorg-x11-proto-devel
33 end
34
35 configure_options += \
36 --disable-static
37end
38
39packages
40 package %{name}
41 end
1f9bc2f0 42
802ea3af
MT
43 package %{name}-devel
44 template DEVEL
45 end
1f9bc2f0
MT
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
802ea3af 50end