25 lines
470 B
Plaintext
25 lines
470 B
Plaintext
# Tanım: Metin tabanlı web tarayıcısı.
|
||
# URL: http://lynx.isc.org/
|
||
# Paketçi: milisarge
|
||
# Gerekler:
|
||
|
||
isim=lynx
|
||
surum=2.8.9dev.14
|
||
devir=1
|
||
kaynak=(http://invisible-island.net/datafiles/release/lynx-cur.tar.bz2)
|
||
|
||
derle() {
|
||
cd lynx$surum
|
||
./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
|
||
}
|