You are not logged in.

#1 2005-06-05 11:54:22

riddler
Member
Registered: 2004-10-07
Posts: 28

[new] qgo-1.0.1

Hi everybody!
I wanted to play some go again and because I didn't find any PKGBUILDs here or on the net I decided to write one on my own.
So here it is:

# Contributor: rdl <rlddler at t-online.de dot de> 
pkgname=qgo
pkgver=1.0.1
pkgrel=1
pkgdesc="qGo is a Go client and full featured SGF editor, available for Linux/Windows and MacOS X. qGo code is C++/Qt and it's free."
url="http://qgo.sourceforge.net"
license="GPL"
depends=('qt>=3.2.1')
source=(http://ovh.dl.sourceforge.net/sourceforge/qgo/qgo-$pkgver.tar.gz)
md5sums=(6bc17460c17cc0e19af01c991bfbd128)

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

About the depencies: gnugo, the bot, is not a real depency and for people only playing on the internet also not necessary, that's why I didn't add it. But if you want to have installed it on the fly just write:

depends=('qt>=3.2.1' 'gnugo>=3.6-1')

It works good for me, if there is anything missing, just write it  here smile

Have a nice day,
rdl

Offline

Board footer

Powered by FluxBB