]> git.ipfire.org Git - ipfire-3.x.git/blob - libXaw/libXaw.nm
pcengines-firmware: update to 4.9.0.7
[ipfire-3.x.git] / libXaw / libXaw.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libXaw
7 version = 1.0.11
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 Athena Widget Set.
15
16 description
17 Xaw is a widget set based on the X Toolkit Intrinsics (Xt) Library.
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 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
37 end
38
39 packages
40 package %{name}
41
42 package %{name}-devel
43 template DEVEL
44 end
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
49 end