Revert "harfbuzz: initial release"

This reverts commit 99dd7d43e1.
This commit is contained in:
Juergen Daubert 2013-01-25 22:50:12 +01:00
parent 0670c61f0f
commit 3267165b24
3 changed files with 0 additions and 49 deletions

View File

@ -1,31 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/hb-ot-shape-closure
-rwxr-xr-x root/root usr/bin/hb-shape
-rwxr-xr-x root/root usr/bin/hb-view
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/harfbuzz/
-rw-r--r-- root/root usr/include/harfbuzz/hb-blob.h
-rw-r--r-- root/root usr/include/harfbuzz/hb-buffer.h
-rw-r--r-- root/root usr/include/harfbuzz/hb-common.h
-rw-r--r-- root/root usr/include/harfbuzz/hb-font.h
-rw-r--r-- root/root usr/include/harfbuzz/hb-ft.h
-rw-r--r-- root/root usr/include/harfbuzz/hb-glib.h
-rw-r--r-- root/root usr/include/harfbuzz/hb-gobject.h
-rw-r--r-- root/root usr/include/harfbuzz/hb-icu.h
-rw-r--r-- root/root usr/include/harfbuzz/hb-ot-layout.h
-rw-r--r-- root/root usr/include/harfbuzz/hb-ot-tag.h
-rw-r--r-- root/root usr/include/harfbuzz/hb-ot.h
-rw-r--r-- root/root usr/include/harfbuzz/hb-set.h
-rw-r--r-- root/root usr/include/harfbuzz/hb-shape-plan.h
-rw-r--r-- root/root usr/include/harfbuzz/hb-shape.h
-rw-r--r-- root/root usr/include/harfbuzz/hb-unicode.h
-rw-r--r-- root/root usr/include/harfbuzz/hb-version.h
-rw-r--r-- root/root usr/include/harfbuzz/hb.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libharfbuzz.la
lrwxrwxrwx root/root usr/lib/libharfbuzz.so -> libharfbuzz.so.0.907.0
lrwxrwxrwx root/root usr/lib/libharfbuzz.so.0 -> libharfbuzz.so.0.907.0
-rwxr-xr-x root/root usr/lib/libharfbuzz.so.0.907.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/harfbuzz.pc

View File

@ -1 +0,0 @@
db5382728a912352633d3be2e2a1d988 harfbuzz-0.9.7.tar.bz2

View File

@ -1,17 +0,0 @@
# 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
name=harfbuzz
version=0.9.7
release=1
source=(http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}