milis/talimatname/genel/lynx/talimat

25 lines
483 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:
name=lynx
version=2.8.9dev.14
release=1
source=(http://invisible-island.net/datafiles/release/lynx-cur.tar.bz2)
build() {
cd lynx$version
./configure \
--prefix=/usr \
--enable-nls \
--enable-color-style \
--enable-ipv6 \
--with-ssl=/usr/lib \
--with-zlib \
--enable-default-colors \
--with-screen=ncursesw
make -s -j1
make DESTDIR=$PKG install
}