summaryrefslogtreecommitdiffstats
path: root/base/xorg-inputproto/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 15:51:48 +0200
committertnut <tnut at nutyx dot com>2011-10-15 15:51:48 +0200
commit7a5004dd19247cc196d3d75b4ecb153da4a7a0fd (patch)
tree11f1efb77b706a30594c2b19f0999bd28b7e4b20 /base/xorg-inputproto/Pkgfile
parentbc307cf52998f686a4285a70ef1649fb6dc4d37d (diff)
downloadnutyx-pakxe-7a5004dd19247cc196d3d75b4ecb153da4a7a0fd.tar.gz
nutyx-pakxe-7a5004dd19247cc196d3d75b4ecb153da4a7a0fd.tar.bz2
nutyx-pakxe-7a5004dd19247cc196d3d75b4ecb153da4a7a0fd.tar.xz
nutyx-pakxe-7a5004dd19247cc196d3d75b4ecb153da4a7a0fd.zip
xorg-inputproto dans extra
Diffstat (limited to 'base/xorg-inputproto/Pkgfile')
-rw-r--r--base/xorg-inputproto/Pkgfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/base/xorg-inputproto/Pkgfile b/base/xorg-inputproto/Pkgfile
deleted file mode 100644
index d793e2692..000000000
--- a/base/xorg-inputproto/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: xorg proto inputproto
-# URL: http://xorg.freedesktop.org
-# Packager: tilman at crux dot nu
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
-
-name=xorg-inputproto
-version=2.0.2
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/proto/inputproto-$version.tar.bz2)
-
-build() {
- cd inputproto-$version
-
- ./configure --prefix=/usr
-
- make
- make DESTDIR=$PKG install
- rm -r $PKG/usr/share
-}