You are not logged in.
http://freshmeat.net/projects/kaptain/
I can attempt to make a PKGBUILD this weekend (maybe tonight... depends) and post it here if you want
DaDeXTeR (Martin Lefebvre)
My screenshots on PicasaWeb
[img]http://imagegen.last.fm/dadexter/recenttracks/dadexter.gif[/img]
Offline
Bah
I was bored
Give it a try... if you have problems reply here I will look into it
pkgname=kaptain
pkgver=0.72
pkgrel=1
pkgdesc=""
url="http://kaptain.sourceforge.net/"
license="GPL"
depends=('kdelibs' 'qt')
source=(http://puzzle.dl.sourceforge.net/sourceforge/kaptain/$pkgname-$pkgver.tar.gz)
md5sums=(2a3a9d6acaa74a517a088a3aba1b9696)
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=`kde-config --prefix`
make || return 1
make prefix=$startdir/pkg`kde-config --prefix` install
}
DaDeXTeR (Martin Lefebvre)
My screenshots on PicasaWeb
[img]http://imagegen.last.fm/dadexter/recenttracks/dadexter.gif[/img]
Offline
psst it works without kdelibs.....
Mr Green
Offline
pssst... okay...
why are you whispering?
here's an "updated" version of the PKGBUILD
pkgname=kaptain
pkgver=0.72
pkgrel=2
pkgdesc="Kaptain is a universal graphical front-end for command line programs."
url="http://kaptain.sourceforge.net/"
license="GPL"
depends=('qt')
source=(http://puzzle.dl.sourceforge.net/sourceforge/kaptain/$pkgname-$pkgver.tar.gz)
md5sums=(2a3a9d6acaa74a517a088a3aba1b9696)
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=`kde-config --prefix`
make || return 1
make prefix=$startdir/pkg`kde-config --prefix` install
}
DaDeXTeR (Martin Lefebvre)
My screenshots on PicasaWeb
[img]http://imagegen.last.fm/dadexter/recenttracks/dadexter.gif[/img]
Offline
.....
Mr Green
Offline