milis/talimatname/genel/l/links/talimat

21 lines
575 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.

# Description: Metin ve grafik modu WWW tarayıcı. Tablolar ve çerçeveler oluşturma desteği içerir
# URL: http://links.twibright.com/
# Packager: milisarge
# Depends on: gpm libpng libtiff libjpeg-turbo
name=links
version=2.12
release=1
source=(http://links.twibright.com/download/links-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --enable-graphics \
--mandir=/usr/share/man
make
make DESTDIR=$PKG install
mkdir -p $PKG/usr/share/doc/$name-$version
install -v -m644 doc/links_cal/* KEYS BRAILLE_HOWTO \
$PKG/usr/share/doc/$name-$version
}