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