summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-xextproto
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-20 14:05:22 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-20 14:05:22 +0100
commitaa1c688913ce2809954616c54b6889598b24974e (patch)
treeb661004a77e7b945af24260637d1afc7f5eb0fbf /xorg/xorg-xextproto
parent40f6dd7b5a4f777f9645cd91417694266cbfcbec (diff)
downloadnutyx-pakxe-aa1c688913ce2809954616c54b6889598b24974e.tar.gz
nutyx-pakxe-aa1c688913ce2809954616c54b6889598b24974e.tar.bz2
nutyx-pakxe-aa1c688913ce2809954616c54b6889598b24974e.tar.xz
nutyx-pakxe-aa1c688913ce2809954616c54b6889598b24974e.zip
xorg-xextproto, nettoyage
Diffstat (limited to 'xorg/xorg-xextproto')
-rw-r--r--xorg/xorg-xextproto/.footprint.i6861
-rw-r--r--xorg/xorg-xextproto/.footprint.x86_641
-rw-r--r--xorg/xorg-xextproto/Pkgfile8
3 files changed, 3 insertions, 7 deletions
diff --git a/xorg/xorg-xextproto/.footprint.i686 b/xorg/xorg-xextproto/.footprint.i686
index 5f5798130..96a2af353 100644
--- a/xorg/xorg-xextproto/.footprint.i686
+++ b/xorg/xorg-xextproto/.footprint.i686
@@ -38,4 +38,3 @@ drwxr-xr-x root/root usr/include/X11/extensions/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/xextproto.pc
-drwxr-xr-x root/root usr/share/
diff --git a/xorg/xorg-xextproto/.footprint.x86_64 b/xorg/xorg-xextproto/.footprint.x86_64
index 5f5798130..96a2af353 100644
--- a/xorg/xorg-xextproto/.footprint.x86_64
+++ b/xorg/xorg-xextproto/.footprint.x86_64
@@ -38,4 +38,3 @@ drwxr-xr-x root/root usr/include/X11/extensions/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/xextproto.pc
-drwxr-xr-x root/root usr/share/
diff --git a/xorg/xorg-xextproto/Pkgfile b/xorg/xorg-xextproto/Pkgfile
index c04d847e7..de0fd7753 100644
--- a/xorg/xorg-xextproto/Pkgfile
+++ b/xorg/xorg-xextproto/Pkgfile
@@ -1,6 +1,6 @@
# Description: xorg proto xextproto
# URL: http://xorg.freedesktop.org
-# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: docbook-xsl
# Run on:
@@ -12,10 +12,8 @@ source=(http://xorg.freedesktop.org/releases/individual/proto/xextproto-$version
build() {
cd xextproto-$version
-
- ./configure --prefix=/usr
-
+ ./configure $XORG_CONFIG
make
make DESTDIR=$PKG install
- rm -r $PKG/usr/share/doc
+ rm -r $PKG/$XORG_PREFIX/share
}