From: Jose V Beneyto Date: Wed, 16 Dec 2009 20:48:08 +0000 (+0100) Subject: xorg-dri2proto: initial import (verified compilation) X-Git-Url: http://gitweb/?a=commitdiff_plain;h=7cb9be1231dbdb95e8ef0ddfdab5c92251a7aceb;p=attic%2Fports%2Fxorg-cross.git xorg-dri2proto: initial import (verified compilation) --- diff --git a/xorg-dri2proto/.footprint b/xorg-dri2proto/.footprint new file mode 100644 index 0000000..9624419 --- /dev/null +++ b/xorg-dri2proto/.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/dri2proto.h +-rw-r--r-- root/root usr/include/X11/extensions/dri2tokens.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/dri2proto.pc diff --git a/xorg-dri2proto/.md5sum b/xorg-dri2proto/.md5sum new file mode 100644 index 0000000..255f611 --- /dev/null +++ b/xorg-dri2proto/.md5sum @@ -0,0 +1 @@ +5cb7987d29db068153bdc8f23c767c43 dri2proto-2.1.tar.bz2 diff --git a/xorg-dri2proto/Pkgfile b/xorg-dri2proto/Pkgfile new file mode 100644 index 0000000..e53ed77 --- /dev/null +++ b/xorg-dri2proto/Pkgfile @@ -0,0 +1,21 @@ +# Description: X DRI2 protocol headers +# 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-dri2proto +version=2.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/dri2proto-$version.tar.bz2) + +build() { + cd dri2proto-$version + + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr + + make + make DESTDIR=$PKG install +}