void-packages/srcpkgs/xlbiff/template
2022-01-03 15:30:56 +01:00

22 lines
594 B
Bash

# Template file for 'xlbiff'
pkgname=xlbiff
version=4.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=428dee616cb2d87cc0b778cd99fae13da3cad986c719d98fbf819fea10cd17f3
pre_configure() {
autoreconf -fi
}
post_install() {
vlicense COPYING
}