milis/talimatname/genel/f/ftjam/talimat

20 lines
437 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: FT Jam - Jam yapım aracının gelişmiş bir sürümü
# URL: http://freetype.org/jam/
# Paketçi: milisarge
# Gerekler:
# Grup: geliştirme
isim=ftjam
surum=2.5.3rc2
devir=1
#kaynak=(http://downloads.sourceforge.net/freetype/$isim-$surum.tar.bz2 \
kaynak=(http://david.freetype.org/jam/${isim}-${surum}.tar.bz2)
derle() {
cd "${SRC}/${isim}-${surum}"
./configure --prefix=/usr
make
make DESTDIR="${PKG}" install
}