You are not logged in.

#1 2004-04-28 07:33:09

blue_ant
Member
From: Italy
Registered: 2004-04-24
Posts: 19

[network: email] kbiff

For who (like me) can't live without a biff application, and likes kde here is the a simple kbiff PKGBUILD:

# Contributor: blue_ant <blue_ant@hotpop.com>
pkgname=kbiff
pkgver=3.7.1
pkgrel=1
pkgdesc="A biff or new mail notification utility."
url="http://www.granroth.org/kbiff/"
license=""
depends=('kdelibs')
makedepends=()
provides=()
conflicts=()
replaces=()
backup=()
install=()
source=(http://devel-home.kde.org/~granroth/$pkgname/$pkgname-$pkgver.tar.bz2)
md5sums=('6a18615d2b556ae4da4c8e4479589065')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/opt/kde
  make || return 1
  make prefix=$startdir/pkg/opt/kde install
}

Of course in incoming too...

----
blue_ant

Offline

Board footer

Powered by FluxBB