compat-32/harfbuzz-32/Pkgfile

30 lines
650 B
Plaintext
Raw Normal View History

# Description: An OpenType text shaping engine
# URL: http://www.freedesktop.org/wiki/Software/HarfBuzz
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: cairo-32 harfbuzz
name=harfbuzz-32
2015-07-31 13:46:31 +02:00
version=0.9.42
release=1
source=(http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$version.tar.bz2)
build() {
cd harfbuzz-$version
2013-03-25 16:09:37 +01:00
sed -i s/"SUBDIRS = api shaping"/"SUBDIRS = shaping"/g test/Makefile.in
2013-03-25 16:09:37 +01:00
./configure \
--prefix=/usr \
--libdir=/usr/lib32 \
--with-glib \
--with-freetype \
--with-cairo \
--with-icu=no
make
make DESTDIR=$PKG install
2013-09-21 02:33:57 +02:00
rm -r $PKG/usr/{bin,include,share}
}