From fcaccd6eb2b9924206da3073497dee2522ca0d68 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Thu, 17 Dec 2009 19:36:34 +0100 Subject: [PATCH] xorg-libxxf86dga: initial import (verified compilation) --- xorg-libxxf86dga/.footprint | 37 +++++++++++++++++++++++++++++++++++++ xorg-libxxf86dga/.md5sum | 1 + xorg-libxxf86dga/Pkgfile | 26 ++++++++++++++++++++++++++ 3 files changed, 64 insertions(+) create mode 100644 xorg-libxxf86dga/.footprint create mode 100644 xorg-libxxf86dga/.md5sum create mode 100644 xorg-libxxf86dga/Pkgfile diff --git a/xorg-libxxf86dga/.footprint b/xorg-libxxf86dga/.footprint new file mode 100644 index 0000000..7b30d8d --- /dev/null +++ b/xorg-libxxf86dga/.footprint @@ -0,0 +1,37 @@ +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/Xxf86dga.h +-rw-r--r-- root/root usr/include/X11/extensions/xf86dga1.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libXxf86dga.a +-rwxr-xr-x root/root usr/lib/libXxf86dga.la +lrwxrwxrwx root/root usr/lib/libXxf86dga.so -> libXxf86dga.so.1.0.0 +lrwxrwxrwx root/root usr/lib/libXxf86dga.so.1 -> libXxf86dga.so.1.0.0 +-rwxr-xr-x root/root usr/lib/libXxf86dga.so.1.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/xxf86dga.pc +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man3/ +-rw-r--r-- root/root usr/man/man3/XDGA.3.gz +-rw-r--r-- root/root usr/man/man3/XDGAChangePixmapMode.3.gz +-rw-r--r-- root/root usr/man/man3/XDGACloseFramebuffer.3.gz +-rw-r--r-- root/root usr/man/man3/XDGACopyArea.3.gz +-rw-r--r-- root/root usr/man/man3/XDGACopyTransparentArea.3.gz +-rw-r--r-- root/root usr/man/man3/XDGACreateColormap.3.gz +-rw-r--r-- root/root usr/man/man3/XDGAFillRectangle.3.gz +-rw-r--r-- root/root usr/man/man3/XDGAGetViewportStatus.3.gz +-rw-r--r-- root/root usr/man/man3/XDGAInstallColormap.3.gz +-rw-r--r-- root/root usr/man/man3/XDGAKeyEventToXKeyEvent.3.gz +-rw-r--r-- root/root usr/man/man3/XDGAOpenFramebuffer.3.gz +-rw-r--r-- root/root usr/man/man3/XDGAQueryExtension.3.gz +-rw-r--r-- root/root usr/man/man3/XDGAQueryModes.3.gz +-rw-r--r-- root/root usr/man/man3/XDGAQueryVersion.3.gz +-rw-r--r-- root/root usr/man/man3/XDGASelectInput.3.gz +-rw-r--r-- root/root usr/man/man3/XDGASetClientVersion.3.gz +-rw-r--r-- root/root usr/man/man3/XDGASetMode.3.gz +-rw-r--r-- root/root usr/man/man3/XDGASetViewport.3.gz +-rw-r--r-- root/root usr/man/man3/XDGASync.3.gz +-rw-r--r-- root/root usr/man/man3/XF86DGA.3.gz +-rw-r--r-- root/root usr/man/man3/XFree86-DGA.3.gz diff --git a/xorg-libxxf86dga/.md5sum b/xorg-libxxf86dga/.md5sum new file mode 100644 index 0000000..097fef8 --- /dev/null +++ b/xorg-libxxf86dga/.md5sum @@ -0,0 +1 @@ +368837d3d7a4d3b4f70be48383e3544e libXxf86dga-1.1.1.tar.bz2 diff --git a/xorg-libxxf86dga/Pkgfile b/xorg-libxxf86dga/Pkgfile new file mode 100644 index 0000000..4a9f5b4 --- /dev/null +++ b/xorg-libxxf86dga/Pkgfile @@ -0,0 +1,26 @@ +# Description: xorg lib libXxf86dga +# 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: xorg-xproto xorg-libx11 xorg-libxext xorg-xf86dgaproto + +name=xorg-libxxf86dga +version=1.1.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/lib/libXxf86dga-$version.tar.bz2) + +build() { + cd libXxf86dga-$version + + export XXF86DGA_LIBS="-L$CLFS/usr/lib -lX11 -lXext" + export XXF86DGA_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions" + + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr \ + --mandir=/usr/man \ + --enable-malloc0returnsnull + + make + make DESTDIR=$PKG install +} -- 2.26.2