#Packager: George Vlahavas pkgname=gtkman pkgver=0.5 pkgrel=1gv arch=noarch source=("gtkman-$pkgver.tar.gz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") options=('nosrcpack') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gtkman (a simple GTK+2 manual page viewer)" "GTKMan provides a graphical interface to view manual pages. It is" "written in Python and it is using the GTK+2 toolkit. Manual pages are" "displayed in simple text form." ) build() { cd $startdir/src/gtkman ./compile.sh || exit 1 DESTDIR=$startdir/pkg ./install.sh }