milis/talimatname/genel/g/graphite2/talimat

30 lines
685 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Graphite2, grafit fontlar için bir işleme motorudur
# URL: http://projects.palaso.org/projects/graphitedev
# Paketçi: alihan-ozturk8@hotmail.com
# Gerekler: cmake freetype python
isim=graphite2
surum=1.3.8
devir=1
kaynak=( http://downloads.sourceforge.net/silgraphite/graphite2-$surum.tgz)
derle() {
cd graphite2-$surum
mkdir build
cd build
cmake -G "Unix Makefiles" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-Wno-dev ..
make
make docs
make DESTDIR=$PKG install
install -d -m755 $PKG/usr/share/doc/$isim-$surum
# cp -r -f doc/doxygen/{html,latex/refman.pdf} \
# $PKG/usr/share/doc/$isim-$surum
cp -r -f ../doc/* \
$PKG/usr/share/doc/$isim-$surum
}