CRUX-ARM : Home

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

diff --git a/xorg-mkfontdir/.footprint b/xorg-mkfontdir/.footprint
new file mode 100644 (file)
index 0000000..d2d1ccb
--- /dev/null
@@ -0,0 +1,6 @@
+drwxr-xr-x     root/root       usr/
+drwxr-xr-x     root/root       usr/bin/
+-rwxr-xr-x     root/root       usr/bin/mkfontdir
+drwxr-xr-x     root/root       usr/man/
+drwxr-xr-x     root/root       usr/man/man1/
+-rw-r--r--     root/root       usr/man/man1/mkfontdir.1.gz
diff --git a/xorg-mkfontdir/.md5sum b/xorg-mkfontdir/.md5sum
new file mode 100644 (file)
index 0000000..ca5eb8d
--- /dev/null
@@ -0,0 +1 @@
+9365ac66d19186eaf030482d312fca06  mkfontdir-1.0.5.tar.bz2
diff --git a/xorg-mkfontdir/Pkgfile b/xorg-mkfontdir/Pkgfile
new file mode 100644 (file)
index 0000000..a321e95
--- /dev/null
@@ -0,0 +1,22 @@
+# Description: Create an index of X font files
+# 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
+# Depends on:
+
+name=xorg-mkfontdir
+version=1.0.5
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/mkfontdir-$version.tar.bz2)
+
+build() {
+  cd mkfontdir-$version
+
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr \
+              --mandir=/usr/man
+
+  make
+  make DESTDIR=$PKG install
+}