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