#Packager: George Vlahavas <vlahavas~at~gmail~dot~com>

pkgname=geany-plugins
pkgver=1.36
pkgrel=1gv
source=("http://plugins.geany.org/geany-plugins/geany-plugins-$pkgver.tar.bz2")
docs=("readme*" "install" "copying" "changelog" "authors" "news" "todo")
url=http://plugins.geany.org

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"geany-plugins (additional plugins for Geany)"
"Geany Plugins is a package of the plugins from the Geany site that"
"will enhance and extend Geany's capabilities.  Most of these plugins"
"were developed by various developers on GitHub."
)


build() {
	cd $startdir/src/$pkgname-$pkgver
	./configure \
		--prefix=/usr \
		--libdir=/usr/lib${LIBDIRSUFFIX} \
		--localstatedir=/var \
		--sysconfdir=/etc \
		--build=$arch-slackware-linux
	make -j $numjobs || return 1
	make install DESTDIR=$startdir/pkg
}