summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-03 12:19:59 +0100
committersibel <lesibel@free.fr>2011-03-03 12:19:59 +0100
commita62574bad1690cb15355d116622c9a7fe0303f5a (patch)
treeb0d452ad28480864d5a71073e88f3d0dc07d8656 /xorg
parent582b39acce48581821fa3d8f2b767c75876e4b5a (diff)
downloadnutyx-extra-a62574bad1690cb15355d116622c9a7fe0303f5a.tar.gz
nutyx-extra-a62574bad1690cb15355d116622c9a7fe0303f5a.tar.bz2
nutyx-extra-a62574bad1690cb15355d116622c9a7fe0303f5a.tar.xz
nutyx-extra-a62574bad1690cb15355d116622c9a7fe0303f5a.zip
xorg-resourceproto, deplacé dans base
Diffstat (limited to 'xorg')
-rw-r--r--xorg/xorg-resourceproto/.footprint.i6868
-rw-r--r--xorg/xorg-resourceproto/.footprint.x86_648
-rw-r--r--xorg/xorg-resourceproto/.md5sum.i6861
-rw-r--r--xorg/xorg-resourceproto/.md5sum.x86_641
-rw-r--r--xorg/xorg-resourceproto/Pkgfile16
5 files changed, 0 insertions, 34 deletions
diff --git a/xorg/xorg-resourceproto/.footprint.i686 b/xorg/xorg-resourceproto/.footprint.i686
deleted file mode 100644
index 41f9aad57..000000000
--- a/xorg/xorg-resourceproto/.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/XResproto.h
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/resourceproto.pc
diff --git a/xorg/xorg-resourceproto/.footprint.x86_64 b/xorg/xorg-resourceproto/.footprint.x86_64
deleted file mode 100644
index 41f9aad57..000000000
--- a/xorg/xorg-resourceproto/.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/XResproto.h
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/resourceproto.pc
diff --git a/xorg/xorg-resourceproto/.md5sum.i686 b/xorg/xorg-resourceproto/.md5sum.i686
deleted file mode 100644
index 0fe1aef73..000000000
--- a/xorg/xorg-resourceproto/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-8ff0525ae7502b48597b78d00bc22284 resourceproto-1.1.1.tar.bz2
diff --git a/xorg/xorg-resourceproto/.md5sum.x86_64 b/xorg/xorg-resourceproto/.md5sum.x86_64
deleted file mode 100644
index 0fe1aef73..000000000
--- a/xorg/xorg-resourceproto/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-8ff0525ae7502b48597b78d00bc22284 resourceproto-1.1.1.tar.bz2
diff --git a/xorg/xorg-resourceproto/Pkgfile b/xorg/xorg-resourceproto/Pkgfile
deleted file mode 100644
index 01ccdba7d..000000000
--- a/xorg/xorg-resourceproto/Pkgfile
+++ /dev/null
@@ -1,16 +0,0 @@
-# Description: xorg proto resourceproto
-# URL: http://xorg.freedesktop.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-
-name=xorg-resourceproto
-version=1.1.1
-release=1
-source=(http://xorg.freedesktop.org/releases/individual/proto/resourceproto-$version.tar.bz2)
-
-build() {
- cd resourceproto-$version
- ./configure $XORG_CONFIG
- make
- make DESTDIR=$PKG install
-}