summaryrefslogtreecommitdiffstats
path: root/extra/xorg-libxaw/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:37:39 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:37:39 +0200
commit72e8d2e63f53d035f37bbe2be99bd320ac7419cc (patch)
tree8c115d943c3fafa263d07f17ba2c785fbeeb7432 /extra/xorg-libxaw/Pkgfile
parentbdcd1e4e4d1809638cc5a5661c6c630ddf324ac6 (diff)
downloadnutyx-pakxe-72e8d2e63f53d035f37bbe2be99bd320ac7419cc.tar.gz
nutyx-pakxe-72e8d2e63f53d035f37bbe2be99bd320ac7419cc.tar.bz2
nutyx-pakxe-72e8d2e63f53d035f37bbe2be99bd320ac7419cc.tar.xz
nutyx-pakxe-72e8d2e63f53d035f37bbe2be99bd320ac7419cc.zip
xorg-libxaw dans extra
Diffstat (limited to 'extra/xorg-libxaw/Pkgfile')
-rw-r--r--extra/xorg-libxaw/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/xorg-libxaw/Pkgfile b/extra/xorg-libxaw/Pkgfile
new file mode 100644
index 000000000..6d5aa6cb4
--- /dev/null
+++ b/extra/xorg-libxaw/Pkgfile
@@ -0,0 +1,19 @@
+# Description: X Athena Widgets toolkit
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-xproto, xorg-libx11, xorg-xextproto, xorg-libxext, xorg-libxt, xorg-libxmu, xorg-libxpm, xorg-libxau
+# Run on: xorg-libx11,xorg-libxext,xorg-libxt,xorg-libxmu,xorg-libxpm,xorg-libxau
+
+name=xorg-libxaw
+version=1.0.9
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXaw-$version.tar.bz2)
+
+build() {
+ cd libXaw-$version
+ ./configure $XORG_CONFIG
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/usr/share/doc/
+}