1 # Kapitalist: Installer: Arch
2 # Contributor: Chris Giles <Chris.G.27 (at) Gmail.com>
8 pkgdesc="A Monopoly-like board game for 2-8 players. This is the 'client' component."
10 url="http://${pkgname}.sourceforge.net/"
12 depends=("kdelibs3>=3.5.9")
13 optdepends=("${svrname}")
16 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
17 sha1sums=('04f723f2f7828e7042c20bd6960944e03761d614')
20 cd ${srcdir}/${pkgname}-${pkgver}
23 source /etc/profile.d/kde3.sh
24 source /etc/profile.d/qt3.sh
27 #export LIBS=/opt/kde/lib
30 #make -f Makefile.cvs || return 1
31 ./configure --prefix=/opt/kde --without-arts || return 1
33 make DESTDIR=${pkgdir} install || return 1