]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libXmu/libXmu.nm
libXmu: Update to 1.1.1.
[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 6name = libXmu
8ee02836 7version = 1.1.1
802ea3af 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
8ee02836 20source_dl = http://ftp.x.org/pub/individual/lib/
802ea3af
MT
21
22build
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
36end
37
38packages
39 package %{name}
1f9bc2f0 40
802ea3af
MT
41 package %{name}-devel
42 template DEVEL
43 end
1f9bc2f0
MT
44
45 package %{name}-debuginfo
46 template DEBUGINFO
47 end
802ea3af 48end