]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - libXaw/libXaw.nm
084330a1159f78b87db61bc9455547dc80118f03
[people/amarx/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.7
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 =
21 sources = %{thisapp}.tar.bz2
22
23 build
24 requires
25 libICE-devel
26 libSM-devel
27 libX11-devel
28 libXt-devel
29 libXmu-devel
30 libXpm-devel
31 libXext-devel
32 pkg-config
33 xorg-x11-proto-devel
34 end
35
36 configure_options += \
37 --disable-static
38 end
39
40 packages
41 package %{name}
42 end
43
44 package %{name}-devel
45 template DEVEL
46 end
47 end