summaryrefslogtreecommitdiffstats
path: root/xorg-libxi/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot org>2012-04-03 18:00:38 +0200
committertnut <tnut at nutyx dot org>2012-04-03 18:00:38 +0200
commite9ef802a013ac393a057134f1fdaad745aa38573 (patch)
tree456fbbdf9f1d214f1e1b02d744214ccfa128dcd8 /xorg-libxi/Pkgfile
parent3adfb88f09f6b015bb071ba65190d69afde8db21 (diff)
downloadnutyx-extra-e9ef802a013ac393a057134f1fdaad745aa38573.tar.gz
nutyx-extra-e9ef802a013ac393a057134f1fdaad745aa38573.tar.bz2
nutyx-extra-e9ef802a013ac393a057134f1fdaad745aa38573.tar.xz
nutyx-extra-e9ef802a013ac393a057134f1fdaad745aa38573.zip
xorg dans nutyx-pakxe , la base
Diffstat (limited to 'xorg-libxi/Pkgfile')
-rw-r--r--xorg-libxi/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/xorg-libxi/Pkgfile b/xorg-libxi/Pkgfile
deleted file mode 100644
index f2a59ed2c..000000000
--- a/xorg-libxi/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: X Input client library
-# URL: http://xorg.freedesktop.org
-# Maintainer: cgit.freedesktop.org
-# 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
-}