void-packages/srcpkgs/trn/template

35 lines
922 B
Bash
Raw Normal View History

2014-07-12 17:31:56 +00:00
# Template file for 'trn'
pkgname=trn
version=4.0test77
2015-06-21 18:11:25 +00:00
revision=5
2014-07-12 17:31:56 +00:00
wrksrc=$pkgname-${version/test/-test}
build_style=gnu-makefile
hostmakedepends="groff bison"
makedepends="ncurses-devel"
2014-08-20 17:39:27 +00:00
depends="virtual?smtp-server"
2014-07-12 17:31:56 +00:00
short_desc="Text-based threaded Usenet newsreader"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="custom"
homepage="http://trn.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}4/${wrksrc}.tar.gz"
checksum=9ab0430244903ad86ed74fcc2fdc39dc043d23968888e071313050a967b8a6ff
2015-05-17 14:08:57 +00:00
post_extract() {
sed -i 's/pipe2/pipetwo/g' filter.c
sed -i '1i#include <time.h>' nntpclient.h
}
2014-07-12 17:31:56 +00:00
do_configure() {
cp ${FILESDIR}/Policy.sh .
./Configure -OdErs
./Configure -desS
}
do_install() {
2014-08-20 18:32:47 +00:00
make ${makejobs} install CC="$CC" \
2014-07-12 17:31:56 +00:00
rnbin=${DESTDIR}/usr/bin \
rnlib=${DESTDIR}/usr/lib/trn \
inewsbin=${DESTDIR}/usr/bin \
mansrc=${DESTDIR}/usr/share/man/man1
vlicense LICENSE
}