void-packages/srcpkgs/slrn/template
2016-03-30 02:03:54 -04:00

22 lines
718 B
Bash

# Template file for 'slrn'
pkgname=slrn
version=1.0.2
revision=6
build_style=gnu-configure
configure_args="--with-slrnpull --with-ssl
--with-slanginc=${XBPS_CROSS_BASE}/usr/include
--with-slanglib=${XBPS_CROSS_BASE}/usr/lib
slrn_cv_va_copy=yes slrn_cv___va_copy=yes slrn_cv_va_val_copy=yes"
makedepends="libressl-devel slang-devel"
short_desc="Text mode Usenet news reader"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2"
homepage="http://www.slrn.org/"
distfiles="http://jedsoft.org/releases/slrn/${pkgname}-${version}.tar.bz2"
checksum=99acbc51e7212ccc5c39556fa8ec6ada772f0bb5cc45a3bb90dadb8fe764fb59
nocross=yes # need to host-compile chkslang
post_install() {
vsconf doc/slrn.rc
}