summaryrefslogtreecommitdiffstats
path: root/xorg-libxxf86dga
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-libxxf86dga')
-rw-r--r--xorg-libxxf86dga/.footprint37
-rw-r--r--xorg-libxxf86dga/.md5sum1
-rw-r--r--xorg-libxxf86dga/Pkgfile17
-rw-r--r--xorg-libxxf86dga/Pkgfile.old18
4 files changed, 73 insertions, 0 deletions
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..c4b385c
--- /dev/null
+++ b/xorg-libxxf86dga/Pkgfile
@@ -0,0 +1,17 @@
+description="xorg lib libXxf86dga"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xorg.freedesktop.org"
+depends=(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-1.1.1.tar.bz2)
+build ()
+{
+ cd libXxf86dga-$version;
+ ./configure --prefix=/usr --mandir=$mandir;
+ make;
+ make DESTDIR=$PKG install
+}
diff --git a/xorg-libxxf86dga/Pkgfile.old b/xorg-libxxf86dga/Pkgfile.old
new file mode 100644
index 0000000..fbf56b0
--- /dev/null
+++ b/xorg-libxxf86dga/Pkgfile.old
@@ -0,0 +1,18 @@
+# Description: xorg lib libXxf86dga
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# 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
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}