void-packages/srcpkgs/xlbiff/template
2020-11-07 21:23:51 +01:00

22 lines
578 B
Bash

# Template file for 'xlbiff'
pkgname=xlbiff
version=4.4
revision=1
build_style=gnu-configure
configure_args="--with-xmhformdir=/etc/nmh"
hostmakedepends="automake"
makedepends="libX11-devel libXaw-devel"
short_desc="X Literate Biff, a mail notifier"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="http://www.edsantiago.com/xlbiff/"
distfiles="https://github.com/edsantiago/xlbiff/archive/${version}.tar.gz"
checksum=97b6e7dd763349f94608e6b9cfb6e72b68ff8e91daf88cbbdacab3f32411f197
pre_configure() {
autoreconf -fi
}
post_install() {
vlicense COPYING
}