opt/harfbuzz/Pkgfile

24 lines
600 B
Plaintext
Raw Normal View History

2012-12-04 18:09:54 +01:00
# 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
2012-12-04 18:09:54 +01:00
name=harfbuzz
2013-07-17 18:33:49 +02:00
version=0.9.19
2013-05-20 18:04:57 +02:00
release=1
2012-12-04 18:09:54 +01:00
source=(http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$version.tar.bz2)
build() {
cd $name-$version
sed -i s/"SUBDIRS = api shaping"/"SUBDIRS = shaping"/g test/Makefile.in
./configure --prefix=/usr \
--with-glib \
--with-freetype \
--with-cairo \
--with-icu=no
2012-12-04 18:09:54 +01:00
make
make DESTDIR=$PKG install
}