mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
Lynx: bump to 2.8.9rel.1.
This commit is contained in:
63
www-client/lynx/lynx-2.8.9rel.1.recipe
Normal file
63
www-client/lynx/lynx-2.8.9rel.1.recipe
Normal file
@@ -0,0 +1,63 @@
|
||||
SUMMARY="A text-mode web browser"
|
||||
DESCRIPTION="Lynx is a highly configurable console-based web browser with SSL \
|
||||
support."
|
||||
HOMEPAGE="https://lynx.invisible-island.net/"
|
||||
COPYRIGHT="1997-2018 Thomas E. Dickey"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://invisible-mirror.net/archives/lynx/tarballs/lynx$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="387f193d7792f9cfada14c60b0e5c0bff18f227d9257a39483e14fa1aaf79595"
|
||||
SOURCE_DIR="lynx$portVersion"
|
||||
PATCHES="lynx-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
lynx = $portVersion
|
||||
cmd:lynx = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libz
|
||||
lib:libiconv
|
||||
lib:libncurses
|
||||
lib:libssl
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libz >= 1.2.8
|
||||
devel:libiconv
|
||||
devel:libncurses
|
||||
devel:libssl
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:ar
|
||||
cmd:bison
|
||||
cmd:bzip2
|
||||
cmd:cmp
|
||||
cmd:ctags
|
||||
cmd:gcc
|
||||
cmd:gzip
|
||||
cmd:ld
|
||||
cmd:make
|
||||
cmd:pkg_config
|
||||
cmd:ranlib
|
||||
cmd:tar
|
||||
"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
settings/lynx.lss keep-old
|
||||
settings/lynx.cfg keep-old
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
runConfigure --omit-dirs "docDir" ./configure --with-ssl
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
make install install-help install-doc
|
||||
}
|
||||
Reference in New Issue
Block a user