22 lines
596 B
Bash
22 lines
596 B
Bash
# Template file for 'xlbiff'
|
|
pkgname=xlbiff
|
|
version=4.6.3
|
|
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=f3e1b98641317cd4bff7f921daa0b2b24092d5495f04e5ad48a0b2d3b4941ee6
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|