27 lines
849 B
Bash
27 lines
849 B
Bash
# Template file for 'elinks'
|
|
pkgname=elinks
|
|
version=0.17.1.1
|
|
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=d8e7eaff3d47e65c9a01a7a9d865eb21f773713801ae715475c27f77af76a280
|
|
# ld: no input files
|
|
disable_parallel_build=yes
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
post_install() {
|
|
rm ${DESTDIR}/usr/share/locale/locale.alias
|
|
}
|