1 # Maintainer: nem <nem@ikitten.co.uk>
2 # Contributor: agvares <agvares13@gmail.com>
3 # Contributor: p2k <Patrick.Schneider@uni-ulm.de>
8 pkgdesc="Open-source, cross platform IDE for the C/C++ programming languages"
10 url="http://www.codelite.org/"
12 depends=('wxgtk>=2.8' 'curl')
13 makedepends=('pkgconfig')
14 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-gtk.src.tar.gz
15 codelite.desktop.template)
16 md5sums=('62b02e657215201717dc8aabd4a6766e'
17 '177088653b2a9792379c0d1e6eacc1e2')
20 cd $srcdir/$pkgname-$pkgver
21 unlink Runtime/codelite.desktop.template
22 install -m644 $srcdir/codelite.desktop.template Runtime/codelite.desktop.template
23 ./configure --prefix=/usr
25 make -j1 DESTDIR=$pkgdir install || return 1