1 # Maintainer: Jan de Groot <jgc@archlinux.org>
6 pkgdesc="Watch mailboxes for new message delivery"
8 url="https://xorg.freedesktop.org/"
10 depends=('libxaw' 'libxext')
11 makedepends=('xorg-util-macros' 'xbitmaps')
12 source=(https://xorg.freedesktop.org/archive/individual/app/xbiff-${pkgver}.tar.bz2{,.sig})
13 sha512sums=('0fb920a08640ec59f23d8a8a47bd244565dfbaff7a21c38a8a2abe1edb5eacabc970b5dbdc409163fc444fde5b75a2dc4e0114312938efec5b77228f3bf785ac'
15 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <alan.coopersmith@oracle.com>
19 ./configure --prefix=/usr
25 make DESTDIR="${pkgdir}" install
26 install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"