CRUX-ARM : Home

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

diff --git a/xorg-recordproto/.footprint b/xorg-recordproto/.footprint
new file mode 100644 (file)
index 0000000..9aab3bf
--- /dev/null
@@ -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/recordconst.h
+-rw-r--r--     root/root       usr/include/X11/extensions/recordproto.h
+-rw-r--r--     root/root       usr/include/X11/extensions/recordstr.h
+drwxr-xr-x     root/root       usr/lib/
+drwxr-xr-x     root/root       usr/lib/pkgconfig/
+-rw-r--r--     root/root       usr/lib/pkgconfig/recordproto.pc
diff --git a/xorg-recordproto/.md5sum b/xorg-recordproto/.md5sum
new file mode 100644 (file)
index 0000000..8318394
--- /dev/null
@@ -0,0 +1 @@
+70f5998c673aa510e2acd6d8fb3799de  recordproto-1.14.tar.bz2
diff --git a/xorg-recordproto/Pkgfile b/xorg-recordproto/Pkgfile
new file mode 100644 (file)
index 0000000..eb38854
--- /dev/null
@@ -0,0 +1,21 @@
+# Description: xorg proto recordproto
+# 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-recordproto
+version=1.14
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/recordproto-$version.tar.bz2)
+
+build() {
+  cd recordproto-$version
+
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr
+
+  make
+  make DESTDIR=$PKG install
+}