summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxi/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:37:40 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:37:40 +0200
commit2c70830307a0062beda9edc47cd4b712cdb082be (patch)
tree587ccf50942a5dbb61c4e10cec28b2a9d3f9730c /xorg/xorg-libxi/Pkgfile
parent7eeb0370f6784c972b019133e7d00157f5cf0f50 (diff)
downloadnutyx-pakxe-2c70830307a0062beda9edc47cd4b712cdb082be.tar.gz
nutyx-pakxe-2c70830307a0062beda9edc47cd4b712cdb082be.tar.bz2
nutyx-pakxe-2c70830307a0062beda9edc47cd4b712cdb082be.tar.xz
nutyx-pakxe-2c70830307a0062beda9edc47cd4b712cdb082be.zip
xorg-libxi dans extra
Diffstat (limited to 'xorg/xorg-libxi/Pkgfile')
-rw-r--r--xorg/xorg-libxi/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/xorg/xorg-libxi/Pkgfile b/xorg/xorg-libxi/Pkgfile
deleted file mode 100644
index a253a06d1..000000000
--- a/xorg/xorg-libxi/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: X Input 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-libxext, xorg-inputproto
-# Run on: xorg-libx11,xorg-libxext
-
-name=xorg-libxi
-version=1.4.3
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/lib/libXi-$version.tar.bz2)
-
-build() {
- cd libXi-$version
- ./configure $XORG_CONFIG
- make
- make DESTDIR=$PKG install
- rm -r $PKG/usr/share
-}