1 # Maintainer: TDY <tdy@gmx.com>
6 pkgdesc="An easy-to-use personal finance suite (Money Manager Ex)"
8 url="http://www.codelathe.com/mmex/"
10 depends=('wxgtk>=2.8.0')
11 optdepends=('cups: for printing support')
12 source=(http://downloads.sourceforge.net/moneymanagerex/$pkgname-$pkgver-x86.deb)
13 md5sums=('40ad8331a1edad0a05c072cb16f878ef')
17 bsdtar -xf $pkgname-$pkgver-x86.deb
18 bsdtar -xf data.tar.gz
22 cp -r "$srcdir/usr" "$pkgdir"
23 find "$pkgdir" -type d -exec chmod 755 '{}' \;
24 find "$pkgdir" -type f -exec chmod 644 '{}' \;
25 chmod 755 "$pkgdir/usr/bin/$pkgname"