compat-32/harfbuzz-32/Pkgfile

29 lines
648 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
2016-01-12 01:00:11 +01:00
version=1.1.3
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}
}