1 # Contributor: Rudanar <krisztian dot kad thething gmail dot com>
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/"
10 makedepends=('cmake' 'automoc4')
11 source=(http://downloads.sourceforge.net/sourceforge/eqonomize/$pkgname-$pkgver.tar.gz)
12 md5sums=('02d7c98c4ca822873c355fd9095a3268')
15 cd $startdir/src/$pkgname-$pkgver
16 cmake -D CMAKE_INSTALL_PREFIX=/usr .
18 make DESTDIR=$startdir/pkg install