Commit 12285df6 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated harfbuzz to 2.6.8

parent 154ffbe9
all:
tar xf harfbuzz-2.5.0.tar.xz
cd harfbuzz-2.5.0 && ./configure --prefix=/usr --with-gobject
$(MAKE) -C harfbuzz-2.5.0
-$(MAKE) -C harfbuzz-2.5.0 check
$(MAKE) -C harfbuzz-2.5.0 install
rm -rf harfbuzz-2.5.0
tar xf harfbuzz-2.6.8.tar.xz
cd harfbuzz-2.6.8 && ./configure --prefix=/usr --with-gobject
$(MAKE) -C harfbuzz-2.6.8
-$(MAKE) -C harfbuzz-2.6.8 check
$(MAKE) -C harfbuzz-2.6.8 install
rm -rf harfbuzz-2.6.8
graphite2:
tar xf harfbuzz-2.5.0.tar.xz
cd harfbuzz-2.5.0 && ./configure --prefix=/usr --with-gobject --with-graphite2
$(MAKE) -C harfbuzz-2.5.0
-$(MAKE) -C harfbuzz-2.5.0 check
$(MAKE) -C harfbuzz-2.5.0 install
rm -rf harfbuzz-2.5.0
tar xf harfbuzz-2.6.8.tar.xz
cd harfbuzz-2.6.8 && ./configure --prefix=/usr --with-gobject --with-graphite2
$(MAKE) -C harfbuzz-2.6.8
-$(MAKE) -C harfbuzz-2.6.8 check
$(MAKE) -C harfbuzz-2.6.8 install
rm -rf harfbuzz-2.6.8
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment