diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:02:13 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:02:13 +0100 |
commit | 0b42ac8c44999f052f523b70c5e0e8b84a61ecb5 (patch) | |
tree | fba5c251c49ef38ecb4bfd2d72e9e0c0e4feabf3 /xorg | |
parent | a13e3258aabcc394b6b5c6276470da30c47e6260 (diff) | |
download | nutyx-pakxe-0b42ac8c44999f052f523b70c5e0e8b84a61ecb5.tar.gz nutyx-pakxe-0b42ac8c44999f052f523b70c5e0e8b84a61ecb5.tar.bz2 nutyx-pakxe-0b42ac8c44999f052f523b70c5e0e8b84a61ecb5.tar.xz nutyx-pakxe-0b42ac8c44999f052f523b70c5e0e8b84a61ecb5.zip |
Ajout de xorg-recordproto#1.13.2-1
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-recordproto/.footprint | 9 | ||||
-rw-r--r-- | xorg/xorg-recordproto/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-recordproto/Pkgfile | 17 |
3 files changed, 27 insertions, 0 deletions
diff --git a/xorg/xorg-recordproto/.footprint b/xorg/xorg-recordproto/.footprint new file mode 100644 index 000000000..20b8e5089 --- /dev/null +++ b/xorg/xorg-recordproto/.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/record.h +-rw-r--r-- root/root usr/include/X11/extensions/recordstr.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/recordproto.pc diff --git a/xorg/xorg-recordproto/.md5sum b/xorg/xorg-recordproto/.md5sum new file mode 100644 index 000000000..3b0498bfe --- /dev/null +++ b/xorg/xorg-recordproto/.md5sum @@ -0,0 +1 @@ +0ed4706564a34fc2aff724aa16d3ff00 recordproto-1.13.2.tar.bz2 diff --git a/xorg/xorg-recordproto/Pkgfile b/xorg/xorg-recordproto/Pkgfile new file mode 100644 index 000000000..4cbbd3246 --- /dev/null +++ b/xorg/xorg-recordproto/Pkgfile @@ -0,0 +1,17 @@ +# Description: xorg proto recordproto +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu + +name=xorg-recordproto +version=1.13.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/recordproto-$version.tar.bz2) + +build() { + cd recordproto-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |