summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-03 12:19:37 +0100
committersibel <lesibel@free.fr>2011-03-03 12:19:37 +0100
commit8b62979164bab6d70d651ea39e0647d5b5231857 (patch)
treee61bbae3eee80c92d7b7967f5dfda64aa25a7345 /xorg
parent2dadb586b80506b0486cbf86ca3a1bdfba1ad98e (diff)
downloadnutyx-extra-8b62979164bab6d70d651ea39e0647d5b5231857.tar.gz
nutyx-extra-8b62979164bab6d70d651ea39e0647d5b5231857.tar.bz2
nutyx-extra-8b62979164bab6d70d651ea39e0647d5b5231857.tar.xz
nutyx-extra-8b62979164bab6d70d651ea39e0647d5b5231857.zip
xorg-inputproto, deplacé dans base
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-inputproto/.footprint.i68611
-rw-r--r--xorg/xorg-inputproto/.footprint.x86_6411
-rw-r--r--xorg/xorg-inputproto/.md5sum.i6861
-rw-r--r--xorg/xorg-inputproto/.md5sum.x86_641
-rw-r--r--xorg/xorg-inputproto/Pkgfile19
5 files changed, 0 insertions, 43 deletions
diff --git a/xorg/xorg-inputproto/.footprint.i686 b/xorg/xorg-inputproto/.footprint.i686
deleted file mode 100644
index c92bd6bf1..000000000
--- a/xorg/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/xorg-inputproto/.footprint.x86_64 b/xorg/xorg-inputproto/.footprint.x86_64
deleted file mode 100644
index c92bd6bf1..000000000
--- a/xorg/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/xorg-inputproto/.md5sum.i686 b/xorg/xorg-inputproto/.md5sum.i686
deleted file mode 100644
index f33d6d142..000000000
--- a/xorg/xorg-inputproto/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-da9bf9e5d174163f597d2d72757d9038 inputproto-2.0.1.tar.bz2
diff --git a/xorg/xorg-inputproto/.md5sum.x86_64 b/xorg/xorg-inputproto/.md5sum.x86_64
deleted file mode 100644
index f33d6d142..000000000
--- a/xorg/xorg-inputproto/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-da9bf9e5d174163f597d2d72757d9038 inputproto-2.0.1.tar.bz2
diff --git a/xorg/xorg-inputproto/Pkgfile b/xorg/xorg-inputproto/Pkgfile
deleted file mode 100644
index c09ff9560..000000000
--- a/xorg/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.1
-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
-}