diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:01:43 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:01:43 +0100 |
commit | a13e3258aabcc394b6b5c6276470da30c47e6260 (patch) | |
tree | 8964c74df848c795f9e93ebaa953756f6b769e81 /xorg | |
parent | 9df0f9e32ba81bb53c5028486610364eeb4d662e (diff) | |
download | nutyx-pakxe-a13e3258aabcc394b6b5c6276470da30c47e6260.tar.gz nutyx-pakxe-a13e3258aabcc394b6b5c6276470da30c47e6260.tar.bz2 nutyx-pakxe-a13e3258aabcc394b6b5c6276470da30c47e6260.tar.xz nutyx-pakxe-a13e3258aabcc394b6b5c6276470da30c47e6260.zip |
Ajout de xorg-randproto#1.3.0-1
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-randrproto/.footprint | 9 | ||||
-rw-r--r-- | xorg/xorg-randrproto/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-randrproto/Pkgfile | 19 |
3 files changed, 29 insertions, 0 deletions
diff --git a/xorg/xorg-randrproto/.footprint b/xorg/xorg-randrproto/.footprint new file mode 100644 index 000000000..db8be84bc --- /dev/null +++ b/xorg/xorg-randrproto/.footprint @@ -0,0 +1,9 @@ +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/randr.h +-rw-r--r-- root/root usr/include/X11/extensions/randrproto.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/randrproto.pc diff --git a/xorg/xorg-randrproto/.md5sum b/xorg/xorg-randrproto/.md5sum new file mode 100644 index 000000000..57c4d0497 --- /dev/null +++ b/xorg/xorg-randrproto/.md5sum @@ -0,0 +1 @@ +a49416013fff33c853efb32f1926551e randrproto-1.3.0.tar.bz2 diff --git a/xorg/xorg-randrproto/Pkgfile b/xorg/xorg-randrproto/Pkgfile new file mode 100644 index 000000000..206bf54c0 --- /dev/null +++ b/xorg/xorg-randrproto/Pkgfile @@ -0,0 +1,19 @@ +# Description: xorg proto randrproto +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu + +name=xorg-randrproto +version=1.3.0 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/randrproto-$version.tar.bz2) + +build() { + cd randrproto-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install + + rm -rf $PKG/usr/share +} |