# $Id: PKGBUILD 81177 2012-12-12 19:46:48Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: Robert Hollencamp # Contributor: Daniel J Griffiths # Contributor: Stefan Husmann pkgname=codeblocks pkgver=12.11 pkgrel=2.1 pkgdesc='Open source and cross-platform C/C++ IDE' arch=('i686' 'x86_64' 'mips64el') url="http://www.codeblocks.org" license=('GPL3') depends=('boost-libs' 'bzip2' 'desktop-file-utils' 'gamin' 'gtk-update-icon-cache' 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk') makedepends=('boost' 'zip') options=('!libtool') install=codeblocks.install source=(http://download.berlios.de/$pkgname/${pkgname}_${pkgver}-1.tar.gz) md5sums=('4fa8980a8c578b8b5589fceb9b0890d6') build() { cd $srcdir/$pkgname-${pkgver}release* LDFLAGS+=' -lX11' ./configure --prefix=/usr --with-contrib-plugins=all make } package() { cd $srcdir/$pkgname-${pkgver}release* make DESTDIR=$pkgdir install }