milis/talimatname/genel/lynx/talimat

26 lines
477 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 tabanlı web tarayıcısı.
# URL: http://lynx.isc.org/
# Packager: milisarge
# Depends on: ncurses openssl zlib
name=lynx
version=2.8.9
release=1
source=(http://invisible-island.net/datafiles/release/lynx-cur.tar.bz2)
build() {
cd lynx${version//./-}
./configure \
--prefix=/usr \
--disable-nls \
--enable-color-style \
--enable-ipv6 \
--with-ssl=/usr/lib \
--with-zlib \
--with-screen=ncursesw
make
make -j 1 DESTDIR=$PKG install
}