void-packages/srcpkgs/xlbiff/template
2021-12-10 14:48:02 +01:00

22 lines
596 B
Bash

# Template file for 'xlbiff'
pkgname=xlbiff
version=4.5.6
revision=1
build_style=gnu-configure
configure_args="--with-xmhformdir=/etc/nmh"
hostmakedepends="automake"
makedepends="libX11-devel libXaw-devel libXrandr-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=94a26679a2ed359e4f2ede12e7b43bb663d0247021f6aff4b7babb1085bfb34f
pre_configure() {
autoreconf -fi
}
post_install() {
vlicense COPYING
}