You are not logged in.

#1 2004-02-22 06:26:26

scottro
Member
From: NYC
Registered: 2002-10-11
Posts: 466
Website

XBuffy

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

Board footer

Powered by FluxBB