summaryrefslogtreecommitdiffstats
path: root/xorg-inputproto
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-04-30 16:42:06 +0200
committerpiernov <piernov@piernov.org>2012-04-30 16:42:06 +0200
commit5f914a566e420428ebe36b24a0588751b1865ba9 (patch)
tree8de34d4d41392993e31137c41e890505fd266273 /xorg-inputproto
parenta64fd1c7d2797b74b3d6542997958c2e3aa3a469 (diff)
parentbfbc76745ec8978b51bad9d8c057c75694f93f62 (diff)
downloadnutyx-extra-5f914a566e420428ebe36b24a0588751b1865ba9.tar.gz
nutyx-extra-5f914a566e420428ebe36b24a0588751b1865ba9.tar.bz2
nutyx-extra-5f914a566e420428ebe36b24a0588751b1865ba9.tar.xz
nutyx-extra-5f914a566e420428ebe36b24a0588751b1865ba9.zip
Merge http://kiao.no-ip.info/NuTyX/git/nutyx-extra
Diffstat (limited to 'xorg-inputproto')
-rw-r--r--xorg-inputproto/.footprint.i68611
-rw-r--r--xorg-inputproto/.footprint.x86_6411
-rw-r--r--xorg-inputproto/.md5sum.i6861
-rw-r--r--xorg-inputproto/.md5sum.x86_641
-rw-r--r--xorg-inputproto/Pkgfile18
5 files changed, 0 insertions, 42 deletions
diff --git a/xorg-inputproto/.footprint.i686 b/xorg-inputproto/.footprint.i686
deleted file mode 100644
index c92bd6bf1..000000000
--- a/xorg-inputproto/.footprint.i686
+++ /dev/null
@@ -1,11 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/include/
-drwxr-xr-x root/root usr/include/X11/
-drwxr-xr-x root/root usr/include/X11/extensions/
--rw-r--r-- root/root usr/include/X11/extensions/XI.h
--rw-r--r-- root/root usr/include/X11/extensions/XI2.h
--rw-r--r-- root/root usr/include/X11/extensions/XI2proto.h
--rw-r--r-- root/root usr/include/X11/extensions/XIproto.h
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/inputproto.pc
diff --git a/xorg-inputproto/.footprint.x86_64 b/xorg-inputproto/.footprint.x86_64
deleted file mode 100644
index c92bd6bf1..000000000
--- a/xorg-inputproto/.footprint.x86_64
+++ /dev/null
@@ -1,11 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/include/
-drwxr-xr-x root/root usr/include/X11/
-drwxr-xr-x root/root usr/include/X11/extensions/
--rw-r--r-- root/root usr/include/X11/extensions/XI.h
--rw-r--r-- root/root usr/include/X11/extensions/XI2.h
--rw-r--r-- root/root usr/include/X11/extensions/XI2proto.h
--rw-r--r-- root/root usr/include/X11/extensions/XIproto.h
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/inputproto.pc
diff --git a/xorg-inputproto/.md5sum.i686 b/xorg-inputproto/.md5sum.i686
deleted file mode 100644
index 0dea47832..000000000
--- a/xorg-inputproto/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-13c8aedaf98a92e282b7e456c0a5bed9 inputproto-2.2.tar.bz2
diff --git a/xorg-inputproto/.md5sum.x86_64 b/xorg-inputproto/.md5sum.x86_64
deleted file mode 100644
index 0dea47832..000000000
--- a/xorg-inputproto/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-13c8aedaf98a92e282b7e456c0a5bed9 inputproto-2.2.tar.bz2
diff --git a/xorg-inputproto/Pkgfile b/xorg-inputproto/Pkgfile
deleted file mode 100644
index 8f8364dcd..000000000
--- a/xorg-inputproto/Pkgfile
+++ /dev/null
@@ -1,18 +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.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
-}