From 40c03eacb594c895a97f41168fc8f52d946753f7 Mon Sep 17 00:00:00 2001 From: Matt Housh Date: Wed, 19 Dec 2012 19:42:12 -0600 Subject: [PATCH] harfbuzz-32: initial import, version 0.9.9 --- harfbuzz-32/.32bit | 0 harfbuzz-32/.footprint | 8 ++++++++ harfbuzz-32/.md5sum | 1 + harfbuzz-32/Pkgfile | 19 +++++++++++++++++++ 4 files changed, 28 insertions(+) create mode 100644 harfbuzz-32/.32bit create mode 100644 harfbuzz-32/.footprint create mode 100644 harfbuzz-32/.md5sum create mode 100644 harfbuzz-32/Pkgfile diff --git a/harfbuzz-32/.32bit b/harfbuzz-32/.32bit new file mode 100644 index 00000000..e69de29b diff --git a/harfbuzz-32/.footprint b/harfbuzz-32/.footprint new file mode 100644 index 00000000..369e0a63 --- /dev/null +++ b/harfbuzz-32/.footprint @@ -0,0 +1,8 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib32/ +-rwxr-xr-x root/root usr/lib32/libharfbuzz.la +lrwxrwxrwx root/root usr/lib32/libharfbuzz.so -> libharfbuzz.so.0.909.0 +lrwxrwxrwx root/root usr/lib32/libharfbuzz.so.0 -> libharfbuzz.so.0.909.0 +-rwxr-xr-x root/root usr/lib32/libharfbuzz.so.0.909.0 +drwxr-xr-x root/root usr/lib32/pkgconfig/ +-rw-r--r-- root/root usr/lib32/pkgconfig/harfbuzz.pc diff --git a/harfbuzz-32/.md5sum b/harfbuzz-32/.md5sum new file mode 100644 index 00000000..e3fc2a25 --- /dev/null +++ b/harfbuzz-32/.md5sum @@ -0,0 +1 @@ +e901ffe556d706b7d43b272f83be7f09 harfbuzz-0.9.9.tar.bz2 diff --git a/harfbuzz-32/Pkgfile b/harfbuzz-32/Pkgfile new file mode 100644 index 00000000..e51a37b0 --- /dev/null +++ b/harfbuzz-32/Pkgfile @@ -0,0 +1,19 @@ +# Description: An OpenType text shaping engine +# URL: http://www.freedesktop.org/wiki/Software/HarfBuzz +# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu +# Depends on: cairo-32 harfbuzz + +name=harfbuzz-32 +version=0.9.9 +release=1 +source=(http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$version.tar.bz2) + +build() { + cd harfbuzz-$version + ./configure --prefix=/usr \ + --libdir=/usr/lib32 + + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/{bin,include} +}