# $Id: PKGBUILD 72667 2012-06-18 20:30:29Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: Angel 'angvp' Velasquez # Contributor: djgera # Contributor: Patrick Melo pkgname=geany-plugins pkgver=0.21.1 pkgrel=2 pkgdesc="Combined plugins release for Geany" arch=('i686' 'x86_64' 'mips64el') url="http://plugins.geany.org/" license=('GPL') depends=('geany=1.22' 'lua' 'gtkspell' 'libwebkit' 'hicolor-icon-theme' 'ctpl' 'gpgme') makedepends=('intltool') optdepends=('hspell: hebrew spell checker') install=geany-plugins.install source=("http://plugins.geany.org/geany-plugins/$pkgname-$pkgver.tar.bz2") sha256sums=('3a4bd29e690067ca5b97c11a74ea95ad0c960e5d45b205756c1f9e1f0f2847a6') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr --libexecdir=/usr/lib make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install rmdir \ "$pkgdir/usr/share/geany-plugins/devhelp" \ "$pkgdir/usr/share/doc/geany-plugins/devhelp" \ "$pkgdir/usr/share/geany-plugins/debugger" \ "$pkgdir/usr/share/doc/geany-plugins/debugger" } # vim:set ts=2 sw=2 et: