milis/talimatname/genel/lynx/talimat

25 lines
483 B
Plaintext
Raw Normal View History

2017-04-04 13:00:31 +02:00
# Description: Metin tabanlı web tarayıcısı.
2016-02-24 01:27:23 +01:00
# URL: http://lynx.isc.org/
2017-04-04 13:00:31 +02:00
# Packager: milisarge
2017-06-11 09:01:24 +02:00
# Depends on:
2016-02-24 01:27:23 +01:00
name=lynx
2017-06-11 09:01:24 +02:00
version=2.8.9dev.14
2016-02-24 01:27:23 +01:00
release=1
source=(http://invisible-island.net/datafiles/release/lynx-cur.tar.bz2)
build() {
2017-06-11 09:01:24 +02:00
cd lynx$version
2016-02-24 01:27:23 +01:00
./configure \
--prefix=/usr \
2017-06-11 09:01:24 +02:00
--enable-nls \
2016-02-24 01:27:23 +01:00
--enable-color-style \
--enable-ipv6 \
--with-ssl=/usr/lib \
--with-zlib \
2017-06-11 09:01:24 +02:00
--enable-default-colors \
2016-02-24 01:27:23 +01:00
--with-screen=ncursesw
2017-06-11 09:01:24 +02:00
make -s -j1
make DESTDIR=$PKG install
2016-02-24 01:27:23 +01:00
}