]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - libXaw/libXaw.nm
pakfire: Sync to upstream version.
[people/amarx/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
MT
6name = libXaw
7version = 1.0.7
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
20source_dl =
21sources = %{thisapp}.tar.bz2
22
23build
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
38end
39
40packages
41 package %{name}
42 end
1f9bc2f0 43
802ea3af
MT
44 package %{name}-devel
45 template DEVEL
46 end
1f9bc2f0
MT
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
802ea3af 51end