summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 15:41:31 +0200
committertnut <tnut at nutyx dot com>2011-10-15 15:41:31 +0200
commit257b8b412f0907a198b160a6ffe7aedbfbe5ab9f (patch)
treef09c03602c5372ebec4d7259d0558e40d634fbe2 /base
parent7c41687092bdf7cba53640fe22b8957e690efe24 (diff)
downloadnutyx-extra-257b8b412f0907a198b160a6ffe7aedbfbe5ab9f.tar.gz
nutyx-extra-257b8b412f0907a198b160a6ffe7aedbfbe5ab9f.tar.bz2
nutyx-extra-257b8b412f0907a198b160a6ffe7aedbfbe5ab9f.tar.xz
nutyx-extra-257b8b412f0907a198b160a6ffe7aedbfbe5ab9f.zip
xorg-xf86vidmodeproto dans extra
Diffstat (limited to 'base')
-rw-r--r--base/xorg-xf86vidmodeproto/.footprint.i68610
-rw-r--r--base/xorg-xf86vidmodeproto/.footprint.x86_6410
-rw-r--r--base/xorg-xf86vidmodeproto/.md5sum.i6861
-rw-r--r--base/xorg-xf86vidmodeproto/.md5sum.x86_641
-rw-r--r--base/xorg-xf86vidmodeproto/Pkgfile16
5 files changed, 0 insertions, 38 deletions
diff --git a/base/xorg-xf86vidmodeproto/.footprint.i686 b/base/xorg-xf86vidmodeproto/.footprint.i686
deleted file mode 100644
index e9e340f67..000000000
--- a/base/xorg-xf86vidmodeproto/.footprint.i686
+++ /dev/null
@@ -1,10 +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/xf86vm.h
--rw-r--r-- root/root usr/include/X11/extensions/xf86vmproto.h
--rw-r--r-- root/root usr/include/X11/extensions/xf86vmstr.h
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/xf86vidmodeproto.pc
diff --git a/base/xorg-xf86vidmodeproto/.footprint.x86_64 b/base/xorg-xf86vidmodeproto/.footprint.x86_64
deleted file mode 100644
index e9e340f67..000000000
--- a/base/xorg-xf86vidmodeproto/.footprint.x86_64
+++ /dev/null
@@ -1,10 +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/xf86vm.h
--rw-r--r-- root/root usr/include/X11/extensions/xf86vmproto.h
--rw-r--r-- root/root usr/include/X11/extensions/xf86vmstr.h
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/xf86vidmodeproto.pc
diff --git a/base/xorg-xf86vidmodeproto/.md5sum.i686 b/base/xorg-xf86vidmodeproto/.md5sum.i686
deleted file mode 100644
index d0d45f968..000000000
--- a/base/xorg-xf86vidmodeproto/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-e793ecefeaecfeabd1aed6a01095174e xf86vidmodeproto-2.3.1.tar.bz2
diff --git a/base/xorg-xf86vidmodeproto/.md5sum.x86_64 b/base/xorg-xf86vidmodeproto/.md5sum.x86_64
deleted file mode 100644
index d0d45f968..000000000
--- a/base/xorg-xf86vidmodeproto/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-e793ecefeaecfeabd1aed6a01095174e xf86vidmodeproto-2.3.1.tar.bz2
diff --git a/base/xorg-xf86vidmodeproto/Pkgfile b/base/xorg-xf86vidmodeproto/Pkgfile
deleted file mode 100644
index d69dfbec0..000000000
--- a/base/xorg-xf86vidmodeproto/Pkgfile
+++ /dev/null
@@ -1,16 +0,0 @@
-# Description: xorg proto xf86vidmodeproto
-# URL: http://xorg.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-
-name=xorg-xf86vidmodeproto
-version=2.3.1
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/proto/xf86vidmodeproto-$version.tar.bz2)
-
-build() {
- cd xf86vidmodeproto-$version
- ./configure $XORG_CONFIG
- make
- make DESTDIR=$PKG install
-}