CRUX-ARM : Home

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

diff --git a/xorg-xcmiscproto/.footprint b/xorg-xcmiscproto/.footprint
new file mode 100644 (file)
index 0000000..2b024d3
--- /dev/null
@@ -0,0 +1,9 @@
+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/xcmiscproto.h
+-rw-r--r--     root/root       usr/include/X11/extensions/xcmiscstr.h
+drwxr-xr-x     root/root       usr/lib/
+drwxr-xr-x     root/root       usr/lib/pkgconfig/
+-rw-r--r--     root/root       usr/lib/pkgconfig/xcmiscproto.pc
diff --git a/xorg-xcmiscproto/.md5sum b/xorg-xcmiscproto/.md5sum
new file mode 100644 (file)
index 0000000..738829b
--- /dev/null
@@ -0,0 +1 @@
+7b83e4a7e9f4edc9c6cfb0500f4a7196  xcmiscproto-1.2.0.tar.bz2
diff --git a/xorg-xcmiscproto/Pkgfile b/xorg-xcmiscproto/Pkgfile
new file mode 100644 (file)
index 0000000..4d614f7
--- /dev/null
@@ -0,0 +1,21 @@
+# Description: xorg proto xcmiscproto
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dyndns dot org
+# Depends on:
+
+name=xorg-xcmiscproto
+version=1.2.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/xcmiscproto-$version.tar.bz2)
+
+build() {
+  cd xcmiscproto-$version
+
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr
+
+  make
+  make DESTDIR=$PKG install
+}