27 lines
847 B
Bash
27 lines
847 B
Bash
# Template file for 'elinks'
|
|
pkgname=elinks
|
|
version=0.17.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--enable-true-color --enable-fastmem --without-spidermonkey"
|
|
hostmakedepends="automake libtool pkg-config gettext"
|
|
makedepends="gpm-devel zlib-devel bzip2-devel libidn-devel tre-devel
|
|
ncurses-devel openssl-devel"
|
|
short_desc="Full-Featured Text WWW Browser"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://github.com/rkd77/elinks"
|
|
changelog="https://raw.githubusercontent.com/rkd77/elinks/master/NEWS"
|
|
distfiles="https://github.com/rkd77/elinks/archive/v${version}.tar.gz"
|
|
checksum=250a55198bb3e16a49a52fde85ffc54f1e654b7615369467725a3d74bc469f22
|
|
# ld: no input files
|
|
disable_parallel_build=yes
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
post_install() {
|
|
rm ${DESTDIR}/usr/share/locale/locale.alias
|
|
}
|