void-packages/srcpkgs/xlbiff/template
2021-05-01 11:26:56 +02:00

23 lines
596 B
Bash

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