CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-xf86dgaproto: initial import (verified compilation)
authorJose V Beneyto <sepen@crux.nu>
Thu, 17 Dec 2009 18:32:43 +0000 (19:32 +0100)
committerJose V Beneyto <sepen@crux.nu>
Thu, 17 Dec 2009 18:32:43 +0000 (19:32 +0100)
xorg-xf86dgaproto/.footprint [new file with mode: 0644]
xorg-xf86dgaproto/.md5sum [new file with mode: 0644]
xorg-xf86dgaproto/Pkgfile [new file with mode: 0644]

diff --git a/xorg-xf86dgaproto/.footprint b/xorg-xf86dgaproto/.footprint
new file mode 100644 (file)
index 0000000..4d21297
--- /dev/null
@@ -0,0 +1,14 @@
+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/xf86dga.h
+-rw-r--r--     root/root       usr/include/X11/extensions/xf86dga1const.h
+-rw-r--r--     root/root       usr/include/X11/extensions/xf86dga1proto.h
+-rw-r--r--     root/root       usr/include/X11/extensions/xf86dga1str.h
+-rw-r--r--     root/root       usr/include/X11/extensions/xf86dgaconst.h
+-rw-r--r--     root/root       usr/include/X11/extensions/xf86dgaproto.h
+-rw-r--r--     root/root       usr/include/X11/extensions/xf86dgastr.h
+drwxr-xr-x     root/root       usr/lib/
+drwxr-xr-x     root/root       usr/lib/pkgconfig/
+-rw-r--r--     root/root       usr/lib/pkgconfig/xf86dgaproto.pc
diff --git a/xorg-xf86dgaproto/.md5sum b/xorg-xf86dgaproto/.md5sum
new file mode 100644 (file)
index 0000000..1033ba4
--- /dev/null
@@ -0,0 +1 @@
+a036dc2fcbf052ec10621fd48b68dbb1  xf86dgaproto-2.1.tar.bz2
diff --git a/xorg-xf86dgaproto/Pkgfile b/xorg-xf86dgaproto/Pkgfile
new file mode 100644 (file)
index 0000000..5b97ddf
--- /dev/null
@@ -0,0 +1,21 @@
+# Description: xorg proto xf86dgaproto
+# 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-xf86dgaproto
+version=2.1
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/xf86dgaproto-$version.tar.bz2)
+
+build() {
+  cd xf86dgaproto-$version
+
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr
+
+  make
+  make DESTDIR=$PKG install
+}