summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxext/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
commit8e5e43a4e9a784d9b70d8f4b9577f31db7f0fa75 (patch)
tree1728f5ce852781bce1a05ff82e34516bb22afedc /xorg/xorg-libxext/Pkgfile
parentefea7ec247a3411ac84656a7effc29d77b8327ab (diff)
downloadnutyx-extra-8e5e43a4e9a784d9b70d8f4b9577f31db7f0fa75.tar.gz
nutyx-extra-8e5e43a4e9a784d9b70d8f4b9577f31db7f0fa75.tar.bz2
nutyx-extra-8e5e43a4e9a784d9b70d8f4b9577f31db7f0fa75.tar.xz
nutyx-extra-8e5e43a4e9a784d9b70d8f4b9577f31db7f0fa75.zip
xorg-libxext dans extra
Diffstat (limited to 'xorg/xorg-libxext/Pkgfile')
-rw-r--r--xorg/xorg-libxext/Pkgfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/xorg/xorg-libxext/Pkgfile b/xorg/xorg-libxext/Pkgfile
deleted file mode 100644
index 14b61ef16..000000000
--- a/xorg/xorg-libxext/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Description: Common X extensions client library
-# URL: http://xorg.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: xorg-xproto, xorg-libx11, xorg-xextproto, xorg-libxau
-# Run on: xorg-libx11,xorg-libxau
-
-name=xorg-libxext
-version=1.3.0
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/lib/libXext-$version.tar.bz2)
-
-build() {
- cd libXext-$version
-
- ./configure $XORG_CONFIG
-
- make
- make DESTDIR=$PKG install
- rm -rf $PKG/usr/share/doc
-}