milis/talimatname/genel/f/figlet/talimat

19 lines
526 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: Sıradan metinden büyük harfler çıkartmak için kullanılan bir program
# URL: http://www.figlet.org/
# Paketçi: Cihan Alkan
# Gerekler:
isim=figlet
surum=2.2.5
devir=1
kaynak=(ftp://ftp.figlet.org/pub/figlet/program/unix/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
make DEFAULTFONTDIR=/usr/share/figlet/fonts all
make check
make DESTDIR=$PKG BINDIR=/usr/bin MANDIR=/usr/share/man \
DEFAULTFONTDIR=/usr/share/figlet/fonts install
install -D -m644 LICENSE "$PKG/usr/share/licenses/$isim/LICENSE"
}