harfbuzz-32: initial import, version 0.9.9

This commit is contained in:
Matt Housh 2012-12-19 19:42:12 -06:00
parent bb4e812f94
commit 40c03eacb5
4 changed files with 28 additions and 0 deletions

0
harfbuzz-32/.32bit Normal file
View File

8
harfbuzz-32/.footprint Normal file
View File

@ -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

1
harfbuzz-32/.md5sum Normal file
View File

@ -0,0 +1 @@
e901ffe556d706b7d43b272f83be7f09 harfbuzz-0.9.9.tar.bz2

19
harfbuzz-32/Pkgfile Normal file
View File

@ -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}
}