summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 15:41:07 +0200
committertnut <tnut at nutyx dot com>2011-10-15 15:41:07 +0200
commit7c41687092bdf7cba53640fe22b8957e690efe24 (patch)
treed5e1111004a15b7498ab7ebff77a3f456cdf4531 /base
parent6efc357b13cb6ea3b2898cf5cdedec32048d1241 (diff)
downloadnutyx-extra-7c41687092bdf7cba53640fe22b8957e690efe24.tar.gz
nutyx-extra-7c41687092bdf7cba53640fe22b8957e690efe24.tar.bz2
nutyx-extra-7c41687092bdf7cba53640fe22b8957e690efe24.tar.xz
nutyx-extra-7c41687092bdf7cba53640fe22b8957e690efe24.zip
xorg-xineramaproto dans extra
Diffstat (limited to 'base')
-rw-r--r--base/xorg-xineramaproto/.footprint.i6868
-rw-r--r--base/xorg-xineramaproto/.footprint.x86_648
-rw-r--r--base/xorg-xineramaproto/.md5sum.i6861
-rw-r--r--base/xorg-xineramaproto/.md5sum.x86_641
-rw-r--r--base/xorg-xineramaproto/Pkgfile16
5 files changed, 0 insertions, 34 deletions
diff --git a/base/xorg-xineramaproto/.footprint.i686 b/base/xorg-xineramaproto/.footprint.i686
deleted file mode 100644
index 840691e0e..000000000
--- a/base/xorg-xineramaproto/.footprint.i686
+++ /dev/null
@@ -1,8 +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/panoramiXproto.h
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/xineramaproto.pc
diff --git a/base/xorg-xineramaproto/.footprint.x86_64 b/base/xorg-xineramaproto/.footprint.x86_64
deleted file mode 100644
index 840691e0e..000000000
--- a/base/xorg-xineramaproto/.footprint.x86_64
+++ /dev/null
@@ -1,8 +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/panoramiXproto.h
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/xineramaproto.pc
diff --git a/base/xorg-xineramaproto/.md5sum.i686 b/base/xorg-xineramaproto/.md5sum.i686
deleted file mode 100644
index 1f627b193..000000000
--- a/base/xorg-xineramaproto/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-9959fe0bfb22a0e7260433b8d199590a xineramaproto-1.2.1.tar.bz2
diff --git a/base/xorg-xineramaproto/.md5sum.x86_64 b/base/xorg-xineramaproto/.md5sum.x86_64
deleted file mode 100644
index 1f627b193..000000000
--- a/base/xorg-xineramaproto/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-9959fe0bfb22a0e7260433b8d199590a xineramaproto-1.2.1.tar.bz2
diff --git a/base/xorg-xineramaproto/Pkgfile b/base/xorg-xineramaproto/Pkgfile
deleted file mode 100644
index 771fcb2d9..000000000
--- a/base/xorg-xineramaproto/Pkgfile
+++ /dev/null
@@ -1,16 +0,0 @@
-# Description: xorg proto xineramaproto
-# URL: http://xorg.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-
-name=xorg-xineramaproto
-version=1.2.1
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/proto/xineramaproto-$version.tar.bz2)
-
-build() {
- cd xineramaproto-$version
- ./configure $XORG_CONFIG
- make
- make DESTDIR=$PKG install
-}