summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 15:41:56 +0200
committertnut <tnut at nutyx dot com>2011-10-15 15:41:56 +0200
commit61a6f66d299c6c8fa28234f5b4d1d8b44227bcca (patch)
treead83cae681d86a116e682ac7034baab86a9db0d4 /base
parent257b8b412f0907a198b160a6ffe7aedbfbe5ab9f (diff)
downloadnutyx-extra-61a6f66d299c6c8fa28234f5b4d1d8b44227bcca.tar.gz
nutyx-extra-61a6f66d299c6c8fa28234f5b4d1d8b44227bcca.tar.bz2
nutyx-extra-61a6f66d299c6c8fa28234f5b4d1d8b44227bcca.tar.xz
nutyx-extra-61a6f66d299c6c8fa28234f5b4d1d8b44227bcca.zip
xorg-xf86rushproto dans extra
Diffstat (limited to 'base')
-rw-r--r--base/xorg-xf86rushproto/.footprint.i6869
-rw-r--r--base/xorg-xf86rushproto/.footprint.x86_649
-rw-r--r--base/xorg-xf86rushproto/.md5sum.i6861
-rw-r--r--base/xorg-xf86rushproto/.md5sum.x86_641
-rw-r--r--base/xorg-xf86rushproto/Pkgfile17
5 files changed, 0 insertions, 37 deletions
diff --git a/base/xorg-xf86rushproto/.footprint.i686 b/base/xorg-xf86rushproto/.footprint.i686
deleted file mode 100644
index f52e5ea04..000000000
--- a/base/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/base/xorg-xf86rushproto/.footprint.x86_64 b/base/xorg-xf86rushproto/.footprint.x86_64
deleted file mode 100644
index f52e5ea04..000000000
--- a/base/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/base/xorg-xf86rushproto/.md5sum.i686 b/base/xorg-xf86rushproto/.md5sum.i686
deleted file mode 100644
index 5abb8d1d3..000000000
--- a/base/xorg-xf86rushproto/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-b6a96ffdae084e27487a58314008b000 xf86rushproto-1.1.2.tar.bz2
diff --git a/base/xorg-xf86rushproto/.md5sum.x86_64 b/base/xorg-xf86rushproto/.md5sum.x86_64
deleted file mode 100644
index 5abb8d1d3..000000000
--- a/base/xorg-xf86rushproto/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-b6a96ffdae084e27487a58314008b000 xf86rushproto-1.1.2.tar.bz2
diff --git a/base/xorg-xf86rushproto/Pkgfile b/base/xorg-xf86rushproto/Pkgfile
deleted file mode 100644
index 77376bd6a..000000000
--- a/base/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
-}