diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:39 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:37:39 +0200 |
commit | 72e8d2e63f53d035f37bbe2be99bd320ac7419cc (patch) | |
tree | 8c115d943c3fafa263d07f17ba2c785fbeeb7432 /xorg/xorg-libxaw/Pkgfile | |
parent | bdcd1e4e4d1809638cc5a5661c6c630ddf324ac6 (diff) | |
download | nutyx-extra-72e8d2e63f53d035f37bbe2be99bd320ac7419cc.tar.gz nutyx-extra-72e8d2e63f53d035f37bbe2be99bd320ac7419cc.tar.bz2 nutyx-extra-72e8d2e63f53d035f37bbe2be99bd320ac7419cc.tar.xz nutyx-extra-72e8d2e63f53d035f37bbe2be99bd320ac7419cc.zip |
xorg-libxaw dans extra
Diffstat (limited to 'xorg/xorg-libxaw/Pkgfile')
-rw-r--r-- | xorg/xorg-libxaw/Pkgfile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/xorg/xorg-libxaw/Pkgfile b/xorg/xorg-libxaw/Pkgfile deleted file mode 100644 index 6d5aa6cb4..000000000 --- a/xorg/xorg-libxaw/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# 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/ -} |