#Maintainer: R S Ananda Murthy pkgname=gaw pkgver=20111016 pkgrel=1 zenver=72 arch=i486 source=("http://download.tuxfamily.org/gaw/download/$pkgname-$pkgver.tar.gz" "gaw.png") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/rsamurti/$pkgname/ docs=("readme" "install" "copying" "changelog" "authors" "todo") url=http://www.herveq.fr/linux/gaw.php slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "Gaw is a tool for displaying analog data files from the output of" "simulators or real life recorded and sampled data. Gaw is based on" "the Gtk2+ toolkit. Gaw is just a rewrite of gwave, and the first" "attempt is to provide the same basic features as gwave." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg mkdir -p $startdir/pkg/usr/share/icons/hicolor/48x48/apps cp $startdir/src/$pkgname.png $startdir/pkg/usr/share/icons/hicolor/48x48/apps/$pkgname.png chmod -x $startdir/pkg/usr/share/icons/hicolor/48x48/apps/$pkgname.png mkdir -p $startdir/pkg/usr/share/applications cat < $startdir/pkg/usr/share/applications/$pkgname.desktop [Desktop Entry] Encoding=UTF-8 Name=Gaw Comment=Analog Waveform Viewer Exec=gaw Terminal=false Type=Application Categories=Science Icon=gaw StartupNotify=false EOF }