]> git.ipfire.org Git - ipfire-3.x.git/blame - libXaw/libXaw.nm
pcengines-firmware: update to 4.9.0.7
[ipfire-3.x.git] / libXaw / libXaw.nm
CommitLineData
8f11397d 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
8f11397d
SS
4###############################################################################
5
802ea3af 6name = libXaw
bd72a807 7version = 1.0.11
802ea3af 8release = 1
8f11397d 9
802ea3af
MT
10maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
11groups = X/Libraries
12url = http://www.x.org/
13license = MIT
14summary = X Athena Widget Set.
8f11397d 15
802ea3af 16description
8f11397d 17 Xaw is a widget set based on the X Toolkit Intrinsics (Xt) Library.
802ea3af
MT
18end
19
bd72a807 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 libXt-devel
28 libXmu-devel
29 libXpm-devel
30 libXext-devel
31 pkg-config
32 xorg-x11-proto-devel
33 end
34
35 configure_options += \
36 --disable-static
37end
38
39packages
40 package %{name}
1f9bc2f0 41
802ea3af
MT
42 package %{name}-devel
43 template DEVEL
44 end
1f9bc2f0
MT
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
802ea3af 49end