diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:18:05 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:18:05 +0100 |
commit | 9a7c5ecd603918bf3a9d339dab334b90644b2598 (patch) | |
tree | 31dfda55c21c80adce425246b5ba856a6f6552f4 | |
parent | 05deed4e0219e93d1f30af219f7ad7cbec096c0d (diff) | |
download | nutyx-pakxe-9a7c5ecd603918bf3a9d339dab334b90644b2598.tar.gz nutyx-pakxe-9a7c5ecd603918bf3a9d339dab334b90644b2598.tar.bz2 nutyx-pakxe-9a7c5ecd603918bf3a9d339dab334b90644b2598.tar.xz nutyx-pakxe-9a7c5ecd603918bf3a9d339dab334b90644b2598.zip |
Ajout de xorg-xcmiscproto#1.1.2-1
-rw-r--r-- | xorg/xorg-xcmiscproto/.footprint | 8 | ||||
-rw-r--r-- | xorg/xorg-xcmiscproto/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-xcmiscproto/Pkgfile | 17 |
3 files changed, 26 insertions, 0 deletions
diff --git a/xorg/xorg-xcmiscproto/.footprint b/xorg/xorg-xcmiscproto/.footprint new file mode 100644 index 000000000..278d6404f --- /dev/null +++ b/xorg/xorg-xcmiscproto/.footprint @@ -0,0 +1,8 @@ +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/xcmiscstr.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/xcmiscproto.pc diff --git a/xorg/xorg-xcmiscproto/.md5sum b/xorg/xorg-xcmiscproto/.md5sum new file mode 100644 index 000000000..47dc323d5 --- /dev/null +++ b/xorg/xorg-xcmiscproto/.md5sum @@ -0,0 +1 @@ +fde0b050901f024b19159cdacdcfbd20 xcmiscproto-1.1.2.tar.bz2 diff --git a/xorg/xorg-xcmiscproto/Pkgfile b/xorg/xorg-xcmiscproto/Pkgfile new file mode 100644 index 000000000..ce7b5df65 --- /dev/null +++ b/xorg/xorg-xcmiscproto/Pkgfile @@ -0,0 +1,17 @@ +# Description: xorg proto xcmiscproto +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu + +name=xorg-xcmiscproto +version=1.1.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/xcmiscproto-$version.tar.bz2) + +build() { + cd xcmiscproto-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |