CRUX-ARM : Home

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

diff --git a/xorg-bdftopcf/.footprint b/xorg-bdftopcf/.footprint
new file mode 100644 (file)
index 0000000..0456b4c
--- /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/bdftopcf
+drwxr-xr-x     root/root       usr/man/
+drwxr-xr-x     root/root       usr/man/man1/
+-rw-r--r--     root/root       usr/man/man1/bdftopcf.1.gz
diff --git a/xorg-bdftopcf/.md5sum b/xorg-bdftopcf/.md5sum
new file mode 100644 (file)
index 0000000..562bd50
--- /dev/null
@@ -0,0 +1 @@
+148f20d28caaa69bbe7dcca7c2674fb6  bdftopcf-1.0.2.tar.bz2
diff --git a/xorg-bdftopcf/Pkgfile b/xorg-bdftopcf/Pkgfile
new file mode 100644 (file)
index 0000000..026cf60
--- /dev/null
@@ -0,0 +1,25 @@
+# Description: BDF to PCF font file converter
+# 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: xorg-libxfont
+
+name=xorg-bdftopcf
+version=1.0.2
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/app/bdftopcf-$version.tar.bz2)
+
+build() {
+  cd bdftopcf-$version
+
+  export BDFTOPCF_LIBS="-L$CLFS/usr/lib -lXfont -lz -lm"
+  export BDFTOPCF_CFLAGS="-I$CLFS/usr/include"
+
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr \
+              --mandir=/usr/man
+
+  make
+  make DESTDIR=$PKG install
+}