updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git] / kapitalist / PKGBUILD
blob1362a0c701e05cb58db81da56598b2c513d28c29
1 # Kapitalist: Installer: Arch
2 # Contributor: Chris Giles <Chris.G.27 (at) Gmail.com>
4 svrname=capitalist
5 pkgname=kapitalist
6 pkgver=0.4
7 pkgrel=2
8 pkgdesc="A Monopoly-like board game for 2-8 players.  This is the 'client' component."
9 arch=("any")
10 url="http://${pkgname}.sourceforge.net/"
11 license=("GPL")
12 depends=("kdelibs3>=3.5.9")
13 optdepends=("${svrname}")
14 options=(!emptydirs)
16 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
17 sha1sums=('04f723f2f7828e7042c20bd6960944e03761d614')
19 build() {
20         cd ${srcdir}/${pkgname}-${pkgver}
22         # Profiles
23         source /etc/profile.d/kde3.sh
24         source /etc/profile.d/qt3.sh
26         # Variables
27         #export LIBS=/opt/kde/lib
29         # Build
30         #make -f Makefile.cvs || return 1
31         ./configure --prefix=/opt/kde --without-arts || return 1
32         make || return 1
33         make DESTDIR=${pkgdir} install || return 1