From 31ab54428331edd89f21e91fec32b67f2cfb6f13 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Wed, 16 Dec 2009 21:36:03 +0100 Subject: [PATCH] xorg-glproto: initial import (verified compilation) --- xorg-glproto/.footprint | 12 ++++++++++++ xorg-glproto/.md5sum | 1 + xorg-glproto/Pkgfile | 21 +++++++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 xorg-glproto/.footprint create mode 100644 xorg-glproto/.md5sum create mode 100644 xorg-glproto/Pkgfile diff --git a/xorg-glproto/.footprint b/xorg-glproto/.footprint new file mode 100644 index 0000000..6f3cb9c --- /dev/null +++ b/xorg-glproto/.footprint @@ -0,0 +1,12 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/GL/ +-rw-r--r-- root/root usr/include/GL/glxint.h +-rw-r--r-- root/root usr/include/GL/glxmd.h +-rw-r--r-- root/root usr/include/GL/glxproto.h +-rw-r--r-- root/root usr/include/GL/glxtokens.h +drwxr-xr-x root/root usr/include/GL/internal/ +-rw-r--r-- root/root usr/include/GL/internal/glcore.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/glproto.pc diff --git a/xorg-glproto/.md5sum b/xorg-glproto/.md5sum new file mode 100644 index 0000000..9290b13 --- /dev/null +++ b/xorg-glproto/.md5sum @@ -0,0 +1 @@ +c9f8cebfba72bfab674bc0170551fb8d glproto-1.4.10.tar.bz2 diff --git a/xorg-glproto/Pkgfile b/xorg-glproto/Pkgfile new file mode 100644 index 0000000..af9b60f --- /dev/null +++ b/xorg-glproto/Pkgfile @@ -0,0 +1,21 @@ +# Description: xorg proto glproto +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org +# Depends on: + +name=xorg-glproto +version=1.4.10 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/glproto-$version.tar.bz2) + +build() { + cd glproto-$version + + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr + + make + make DESTDIR=$PKG install +} -- 2.26.2