23 lines
594 B
Bash
23 lines
594 B
Bash
# Template file for 'xlbiff'
|
|
pkgname=xlbiff
|
|
version=4.5
|
|
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=efe4163a9b1ef8d7d4a472b2e719a5474022a1e32cc3f7ab1c0c17ee41c28b53
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|