summaryrefslogtreecommitdiffstats
path: root/extra/xorg-xf86rushproto
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
commit364eb3f4561747275c1649fda3fd60c1c16632f9 (patch)
treef65644af8e9a76e84cc48e97cee5ae22fcbd6575 /extra/xorg-xf86rushproto
parent9291e062cb24bac5d7c7059d4dc64669c1917b33 (diff)
downloadnutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.gz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.bz2
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.xz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.zip
Suppression des ports extra
Diffstat (limited to 'extra/xorg-xf86rushproto')
-rw-r--r--extra/xorg-xf86rushproto/.footprint.i6869
-rw-r--r--extra/xorg-xf86rushproto/.footprint.x86_649
-rw-r--r--extra/xorg-xf86rushproto/.md5sum.i6861
-rw-r--r--extra/xorg-xf86rushproto/.md5sum.x86_641
-rw-r--r--extra/xorg-xf86rushproto/Pkgfile17
5 files changed, 0 insertions, 37 deletions
diff --git a/extra/xorg-xf86rushproto/.footprint.i686 b/extra/xorg-xf86rushproto/.footprint.i686
deleted file mode 100644
index f52e5ea04..000000000
--- a/extra/xorg-xf86rushproto/.footprint.i686
+++ /dev/null
@@ -1,9 +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/xf86rush.h
--rw-r--r-- root/root usr/include/X11/extensions/xf86rushstr.h
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/xf86rushproto.pc
diff --git a/extra/xorg-xf86rushproto/.footprint.x86_64 b/extra/xorg-xf86rushproto/.footprint.x86_64
deleted file mode 100644
index f52e5ea04..000000000
--- a/extra/xorg-xf86rushproto/.footprint.x86_64
+++ /dev/null
@@ -1,9 +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/xf86rush.h
--rw-r--r-- root/root usr/include/X11/extensions/xf86rushstr.h
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/xf86rushproto.pc
diff --git a/extra/xorg-xf86rushproto/.md5sum.i686 b/extra/xorg-xf86rushproto/.md5sum.i686
deleted file mode 100644
index 5abb8d1d3..000000000
--- a/extra/xorg-xf86rushproto/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-b6a96ffdae084e27487a58314008b000 xf86rushproto-1.1.2.tar.bz2
diff --git a/extra/xorg-xf86rushproto/.md5sum.x86_64 b/extra/xorg-xf86rushproto/.md5sum.x86_64
deleted file mode 100644
index 5abb8d1d3..000000000
--- a/extra/xorg-xf86rushproto/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-b6a96ffdae084e27487a58314008b000 xf86rushproto-1.1.2.tar.bz2
diff --git a/extra/xorg-xf86rushproto/Pkgfile b/extra/xorg-xf86rushproto/Pkgfile
deleted file mode 100644
index 77376bd6a..000000000
--- a/extra/xorg-xf86rushproto/Pkgfile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Description: xorg proto xf86rushproto
-# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
-
-name=xorg-xf86rushproto
-version=1.1.2
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/proto/xf86rushproto-$version.tar.bz2)
-
-build() {
- cd xf86rushproto-$version
-
- ./configure --prefix=/usr
-
- make
- make DESTDIR=$PKG install
-}