1 # Contributor: Matias De la Puente <mfpuente.ar@gmail.com>
5 pkgdesc="General purpose IDE"
7 url="http://code.google.com/p/watray/"
9 depends=('glib2' 'gtk2' 'gconf' 'libgee')
12 source=(http://watray.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
13 md5sums=('90887d3e5330a3cae25d62677501d60c')
17 cd "$srcdir/$pkgname-$pkgver"
19 ./configure --prefix=/usr
21 make DESTDIR="$pkgdir/" install