#Packager: Dimitris Tzemos pkgname=geany-plugins pkgver=1.23 pkgrel=1dj source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2") docs=("NEWS" "README*") 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 SourceForge.net." "" "Homepage: http://plugins.geany.org/" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var --docdir=/usr/doc/$pkgname-$pkgver \ --sysconfdir=/etc \ --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }