You are not logged in.
PKGBUILD for superkaramba
# Maintainer: Rob Lensen <rob@bsdfreaks.nl>
pkgname=superkaramba
pkgver=0.35
pkgrel=1
pkgdesc="SuperKaramba is, in simple terms, a tool that allows you to easily create interactive eye-candy on your KDE desktop. Currently, only linux is officially supported. "
url="http://netdragon.sourceforge.net/"
license="GPL"
depends=('kdebase' 'kdelibs' 'python')
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://dl.sourceforge.net/sourceforge/netdragon/$pkgname-$pkgver.tar.gz)
md5sums='c397c35fc98112f13c35cee101085dde'
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/opt/kde
make || return 1
make DESTDIR=$startdir/pkg install
}
Offline
This is already in staging, but i'll update it to the lastest version later.
If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing. 1 Corinthians 13:2
Offline