updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / eqonomize / PKGBUILD
blobb5b25cbaa74abd18650c3c3b20e03a25f213fc09
1 # Contributor: Rudanar <krisztian dot kad thething gmail dot com>
2 pkgname=eqonomize
3 arch=('i686' 'x86_64')
4 pkgver=0.6
5 pkgrel=1
6 pkgdesc="A personal accounting software, with focus on efficiency and ease of use for the small household economy."
7 url="http://eqonomize.sourceforge.net/"
8 license=('GPL')
9 depends=('kdelibs')
10 makedepends=('cmake' 'automoc4')
11 source=(http://downloads.sourceforge.net/sourceforge/eqonomize/$pkgname-$pkgver.tar.gz)
12 md5sums=('02d7c98c4ca822873c355fd9095a3268')
14 build() {
15 cd $startdir/src/$pkgname-$pkgver
16 cmake -D CMAKE_INSTALL_PREFIX=/usr .
17 make || return 1
18 make DESTDIR=$startdir/pkg install
19