opt/harfbuzz/Pkgfile

26 lines
565 B
Plaintext
Raw Normal View History

2012-12-04 18:09:54 +01:00
# Description: An OpenType text shaping engine
2020-06-25 12:02:29 +02:00
# URL: https://github.com/harfbuzz/harfbuzz
2012-12-04 18:09:54 +01:00
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Depends on: cairo
2012-12-04 18:09:54 +01:00
name=harfbuzz
2020-09-03 22:10:04 +02:00
version=2.7.2
2019-06-02 01:20:54 +02:00
release=1
2020-07-25 20:58:50 +02:00
source=(https://github.com/harfbuzz/harfbuzz/archive/$version/$name-$version.tar.gz)
2012-12-04 18:09:54 +01:00
build() {
cd $name-$version
2020-07-25 20:58:50 +02:00
echo "EXTRA_DIST = " > gtk-doc.make
autoreconf --force --install
2019-03-31 19:38:55 +02:00
./configure --prefix=/usr \
--with-glib \
--with-freetype \
--with-cairo \
--with-icu=no \
--with-graphite2=auto
2012-12-04 18:09:54 +01:00
make
make DESTDIR=$PKG install
}