You are not logged in.

#1 2004-12-10 22:18:24

darkcoder
Member
From: A bar near you
Registered: 2004-09-10
Posts: 310

[new] ksetiwatch 3.0 package

Made a package for ksetiwatch 3.0 setiathome GUI

#contributor Mario A. Vazquez <mario_vazq@hotmail.com>
pkgname=ksetiwatch
pkgver=3.0.0
pkgrel=1
pkgdesc="Monitoring tool for the Seti@home distributed computing project"
url="http://ksetiwatch.sourceforge.net/"
license=""
depends=('setiathome>=3.07' 'kdelibs>=3.0' 'qt>=3.0')
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://voxel.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
md5sums=('be4f3c1cbcec639b3f27a1216c8656b5')

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

Offline

Board footer

Powered by FluxBB