From: Jose V Beneyto Date: Thu, 17 Dec 2009 17:56:11 +0000 (+0100) Subject: xorg-xf86vidmodeproto: iitial import (verified compilation) X-Git-Url: http://gitweb/?a=commitdiff_plain;h=ecd8798b031fdfcd1c0cca3c826ab80475d61761;p=attic%2Fports%2Fxorg-cross.git xorg-xf86vidmodeproto: iitial import (verified compilation) --- diff --git a/xorg-xf86vidmodeproto/.footprint b/xorg-xf86vidmodeproto/.footprint new file mode 100644 index 0000000..e9e340f --- /dev/null +++ b/xorg-xf86vidmodeproto/.footprint @@ -0,0 +1,10 @@ +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/xf86vm.h +-rw-r--r-- root/root usr/include/X11/extensions/xf86vmproto.h +-rw-r--r-- root/root usr/include/X11/extensions/xf86vmstr.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/xf86vidmodeproto.pc diff --git a/xorg-xf86vidmodeproto/.md5sum b/xorg-xf86vidmodeproto/.md5sum new file mode 100644 index 0000000..336723e --- /dev/null +++ b/xorg-xf86vidmodeproto/.md5sum @@ -0,0 +1 @@ +4434894fc7d4eeb4a22e6b876d56fdaa xf86vidmodeproto-2.3.tar.bz2 diff --git a/xorg-xf86vidmodeproto/Pkgfile b/xorg-xf86vidmodeproto/Pkgfile new file mode 100644 index 0000000..6d75d6a --- /dev/null +++ b/xorg-xf86vidmodeproto/Pkgfile @@ -0,0 +1,21 @@ +# Description: xorg proto xf86vidmodeproto +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Arch Maintainer System Team, crux-arm at mikeux dot dyndns dot org +# Depends on: + +name=xorg-xf86vidmodeproto +version=2.3 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/proto/xf86vidmodeproto-$version.tar.bz2) + +build() { + cd xf86vidmodeproto-$version + + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr + + make + make DESTDIR=$PKG install +}