Commit 1a64b3b3 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf freetype-2.7.1.tar.bz2
cd freetype-2.7.1 && sed -ri "s:.*(AUX_MODULES.*valid):\1:" modules.cfg
cd freetype-2.7.1 && sed -r "s:.*(#.*SUBPIXEL_RENDERING) .*:\1:" -i include/freetype/config/ftoption.h
cd freetype-2.7.1 && ./configure --prefix=/usr --disable-static
$(MAKE) -C freetype-2.7.1
$(MAKE) -C freetype-2.7.1 install
rm -rf freetype-2.7.1
headers
/usr/include/.*
bin
/usr/bin/.*
autoconf
/usr/share/aclocal/.*
man
/usr/share/man/.*
lib
/usr/lib/lib.*
pkg
/usr/lib/pkgconfig/.*
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