# Compiling Time: 0.63 SBU
# Maintainer: Melko <melko@frugalware.org>

pkgname=monkeystudio
pkgver=1.9.0.4
pkgrel=3
pkgdesc="Monkey Studio is a Free crossplatform Qt4 IDE."
_F_googlecode_ext="-src.tar.gz"
_F_googlecode_name="mks"
_F_googlecode_dirname="$pkgname"
_F_googlecode_sep="_"
Finclude googlecode
url="http://monkeystudio.org/"
depends=('qt4-designer>=4.6.2-3' 'qscintilla2-qt4>=2.9.2' 'libqthelp')
makedepends=('unzip')
options=('scriptlet')
groups=('xapps-extra')
archs=('i686' 'x86_64')
sha1sums=('2613efc0fbd9a1c412517524afa553d1aaa408c8')

build()
{

	Fcd mks_$pkgver-src
	/usr/bin/qmake -r prefix=$Fprefix plugins=$Fprefix/lib system_qscintilla=1 || Fdie
	make || Fdie
	make INSTALL_ROOT=$Fdestdir install || Fdie
	Ffileschmod /usr/bin 0755
}

# optimization OK
