You are not logged in.
Pages: 1
Xbuffy is a mailhandler resembling Xbiff, that handles multiple mailboxes.
I have a little page on it as well at http://home.nyc.rr.com/computertaijutsu/xbuffy.html
Here's the PKGBUILD
#Contributor Scott Robbins <scottro@nyc.rr.com>
pkgname=xbuffy
pkgver=3.3.bl.3
pkgrel=1
pkgdesc="xbuffy is an Xbiff type program that can watch multiple mailboxes
"
depends=(xfree86)
source=(http://www.fiction.net/blong/programs/xbuffy/$pkgname-$pkgver.tar.gg
z)
md5sums=(f4de2adc9d0b2327040e700e2fd25a42)
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
}
Offline
Pages: 1