23 lines
597 B
Bash
23 lines
597 B
Bash
# Template file for 'xlbiff'
|
|
pkgname=xlbiff
|
|
version=4.6.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="https://www.edsantiago.com/xlbiff/"
|
|
distfiles="https://github.com/edsantiago/xlbiff/archive/${version}.tar.gz"
|
|
checksum=16f0ec3a6853a9f6abf0ce96e9fda553fb9f34c3f9348c5f87a8d69db035f1f8
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|