#Maintainer: toothandnail #Former Maintainer(s): Name #Anything commented out is optional and can be deleted. pkgname=gtkdatabox pkgver=0.9.1.1 pkgrel=1 zenver=62 arch=i686 source=("http://downloads.sourceforge.net/sourceforge/gtkdatabox/gtkdatabox-0.9.1.1.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/toothandnail//$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url="http://sourceforge.net/projects/gtkdatabox/" #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gtkdatabox (a GTK+ widget to display large amounts of numerical data)" "GtkDatabox is a widget for the Gtk+-library designed to display large" "amounts of numerical data fast and easy. One or more data sets of" "thousands of data points (X and Y coordinate) may be displayed" "and updated in seconds" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }