# $Id: PKGBUILD 81106 2012-12-12 00:47:32Z eric $ # Maintainer: Alexander Rødseth # Contributor: Angel 'angvp' Velasquez # Contributor: djgera # Contributor: Patrick Melo pkgname=geany-plugins pkgver=1.22 pkgrel=4 pkgdesc='Combined plugins release for Geany' arch=('x86_64' 'i686') url='http://plugins.geany.org/' license=('GPL') depends=('geany=1.22' 'lua' 'gtkspell' 'libwebkit' 'ctpl' 'gpgme' 'vte' 'desktop-file-utils' 'gtk-update-icon-cache') makedepends=('intltool' 'vala' 'gdb' 'cppcheck') optdepends=('hspell: hebrew spell checker') options=('!libtool') install=geany-plugins.install source=("http://plugins.geany.org/geany-plugins/$pkgname-$pkgver.tar.bz2") sha256sums=('a0dcf0cb00ac260670ef8fae682aade60c7c3075c88121fd21f3aecdff84e1ce') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr --libexecdir=/usr/lib --disable-geanylua make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: