CRUX-ARM : Home

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

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