CRUX-ARM : Home

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

diff --git a/xorg-fontsproto/.footprint b/xorg-fontsproto/.footprint
new file mode 100644 (file)
index 0000000..2d60782
--- /dev/null
@@ -0,0 +1,13 @@
+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/fonts/
+-rw-r--r--     root/root       usr/include/X11/fonts/FS.h
+-rw-r--r--     root/root       usr/include/X11/fonts/FSproto.h
+-rw-r--r--     root/root       usr/include/X11/fonts/font.h
+-rw-r--r--     root/root       usr/include/X11/fonts/fontproto.h
+-rw-r--r--     root/root       usr/include/X11/fonts/fontstruct.h
+-rw-r--r--     root/root       usr/include/X11/fonts/fsmasks.h
+drwxr-xr-x     root/root       usr/lib/
+drwxr-xr-x     root/root       usr/lib/pkgconfig/
+-rw-r--r--     root/root       usr/lib/pkgconfig/fontsproto.pc
diff --git a/xorg-fontsproto/.md5sum b/xorg-fontsproto/.md5sum
new file mode 100644 (file)
index 0000000..b0b34ce
--- /dev/null
@@ -0,0 +1 @@
+f3a857deadca3144fba041af1dbf7603  fontsproto-2.1.0.tar.bz2
diff --git a/xorg-fontsproto/Pkgfile b/xorg-fontsproto/Pkgfile
new file mode 100644 (file)
index 0000000..1af783c
--- /dev/null
@@ -0,0 +1,20 @@
+# Description: xorg proto fontsproto
+# 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
+
+name=xorg-fontsproto
+version=2.1.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/proto/fontsproto-$version.tar.bz2)
+
+build() {
+  cd fontsproto-$version
+
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr
+
+  make
+  make DESTDIR=$PKG install
+}