X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=libXaw%2FlibXaw.nm;fp=libXaw%2FlibXaw.nm;h=084330a1159f78b87db61bc9455547dc80118f03;hb=e84b24e82329d16ca18bff7966d4f02d997bc965;hp=0000000000000000000000000000000000000000;hpb=802ea3af55e3167b6574e23b230cdbf0ed2ae0db;p=people%2Famarx%2Fipfire-3.x.git diff --git a/libXaw/libXaw.nm b/libXaw/libXaw.nm new file mode 100644 index 000000000..084330a11 --- /dev/null +++ b/libXaw/libXaw.nm @@ -0,0 +1,47 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = libXaw +version = 1.0.7 +release = 1 + +maintainer = Stefan Schantl +groups = X/Libraries +url = http://www.x.org/ +license = MIT +summary = X Athena Widget Set. + +description + Xaw is a widget set based on the X Toolkit Intrinsics (Xt) Library. +end + +source_dl = +sources = %{thisapp}.tar.bz2 + +build + requires + libICE-devel + libSM-devel + libX11-devel + libXt-devel + libXmu-devel + libXpm-devel + libXext-devel + pkg-config + xorg-x11-proto-devel + end + + configure_options += \ + --disable-static +end + +packages + package %{name} + end + + package %{name}-devel + template DEVEL + end +end