CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-xf86bigfontproto: Initial import (verified compilation)
authorVictor Martinez <pitillo@ono.com>
Fri, 25 Dec 2009 17:57:50 +0000 (18:57 +0100)
committerVictor Martinez <pitillo@ono.com>
Fri, 25 Dec 2009 17:57:50 +0000 (18:57 +0100)
xorg-xf86bigfontproto/.footprint [new file with mode: 0644]
xorg-xf86bigfontproto/.md5sum [new file with mode: 0644]
xorg-xf86bigfontproto/Pkgfile [new file with mode: 0644]

diff --git a/xorg-xf86bigfontproto/.footprint b/xorg-xf86bigfontproto/.footprint
new file mode 100644 (file)
index 0000000..0d5a89d
--- /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/xf86bigfont.h
+-rw-r--r--     root/root       usr/include/X11/extensions/xf86bigfstr.h
+drwxr-xr-x     root/root       usr/lib/
+drwxr-xr-x     root/root       usr/lib/pkgconfig/
+-rw-r--r--     root/root       usr/lib/pkgconfig/xf86bigfontproto.pc
diff --git a/xorg-xf86bigfontproto/.md5sum b/xorg-xf86bigfontproto/.md5sum
new file mode 100644 (file)
index 0000000..8d1eca6
--- /dev/null
@@ -0,0 +1 @@
+a318c1e86123832d7b0c95fc7d47ef35  xf86bigfontproto-1.1.2.tar.bz2
diff --git a/xorg-xf86bigfontproto/Pkgfile b/xorg-xf86bigfontproto/Pkgfile
new file mode 100644 (file)
index 0000000..2644ebb
--- /dev/null
@@ -0,0 +1,20 @@
+# Description: xorg proto xf86bigfontproto
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+
+name=xorg-xf86bigfontproto
+version=1.1.2
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/xf86bigfontproto-$version.tar.bz2)
+
+build() {
+  cd xf86bigfontproto-$version
+
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr
+
+  make
+  make DESTDIR=$PKG install
+}