#Maintainer: R S Ananda Murthy pkgname=dinotrace pkgver=9.4b pkgrel=1 zenver=64 arch=i486 source=("http://www.veripool.org/ftp/$pkgname-$pkgver.tgz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/rsamurti/$pkgname/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.veripool.org/wiki/dinotrace slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "Dinotrace is a X-11 waveform viewer which understands Verilog Value" "Change Dumps, ASCII, and other trace formats. It allows placing" "cursors, highlighting signals, searching, printing, and other" "capabilities. Dinotrace has a classic look and has not received a" "lot of new changes recently. However it is still in very wide use" "because it is very solid, and has all of the important features needed" "for everyday use. FreeHDL GUI uses Dinotrace for viewing waveforms." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }