diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:08:50 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 21:08:50 +0100 |
commit | c5ea54bc065e14f060cca9ff54d85f613e3ae7d2 (patch) | |
tree | 98c09587b49076a06ce3858710c9058e8d68ffff /xorg/xorg-damageproto | |
parent | e8982f07b7ad6a92abaaf9f94f01654004def226 (diff) | |
download | nutyx-extra-c5ea54bc065e14f060cca9ff54d85f613e3ae7d2.tar.gz nutyx-extra-c5ea54bc065e14f060cca9ff54d85f613e3ae7d2.tar.bz2 nutyx-extra-c5ea54bc065e14f060cca9ff54d85f613e3ae7d2.tar.xz nutyx-extra-c5ea54bc065e14f060cca9ff54d85f613e3ae7d2.zip |
Ajout de xorg-damageproto#1.1.0-1
Diffstat (limited to 'xorg/xorg-damageproto')
-rw-r--r-- | xorg/xorg-damageproto/.footprint | 9 | ||||
-rw-r--r-- | xorg/xorg-damageproto/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-damageproto/Pkgfile | 19 |
3 files changed, 29 insertions, 0 deletions
diff --git a/xorg/xorg-damageproto/.footprint b/xorg/xorg-damageproto/.footprint new file mode 100644 index 000000000..f2e5eefef --- /dev/null +++ b/xorg/xorg-damageproto/.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/damageproto.h +-rw-r--r-- root/root usr/include/X11/extensions/damagewire.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/damageproto.pc diff --git a/xorg/xorg-damageproto/.md5sum b/xorg/xorg-damageproto/.md5sum new file mode 100644 index 000000000..c6d2b150c --- /dev/null +++ b/xorg/xorg-damageproto/.md5sum @@ -0,0 +1 @@ +33ee591e0b1ca5ad7902934541db7d24 damageproto-1.1.0.tar.bz2 diff --git a/xorg/xorg-damageproto/Pkgfile b/xorg/xorg-damageproto/Pkgfile new file mode 100644 index 000000000..d05b64231 --- /dev/null +++ b/xorg/xorg-damageproto/Pkgfile @@ -0,0 +1,19 @@ +# Description: xorg proto damageproto +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu + +name=xorg-damageproto +version=1.1.0 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/damageproto-$version.tar.bz2) + +build() { + cd damageproto-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install + + rm -rf $PKG/usr/share +} |