milis/talimatname/genel/l/links/talimat

21 lines
556 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: Metin ve grafik modu WWW tarayıcı. Tablolar ve çerçeveler oluşturma desteği içerir
# URL: http://links.twibright.com/
# Paketçi: milisarge
# Gerekler: gpm libpng libtiff libjpeg-turbo
isim=links
surum=2.12
devir=1
kaynak=(http://links.twibright.com/download/links-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure --prefix=/usr --enable-graphics \
--mandir=/usr/share/man
make
make DESTDIR=$PKG install
mkdir -p $PKG/usr/share/doc/$isim-$surum
install -v -m644 doc/links_cal/* KEYS BRAILLE_HOWTO \
$PKG/usr/share/doc/$isim-$surum
}