#Maintainer: R S Ananda Murthy pkgname=verilog pkgver=0.9.5 pkgrel=1 zenver=72 arch=i486 source=("ftp://ftp.icarus.com/pub/eda/verilog/v0.9/$pkgname-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/rsamurti/$pkgname/ docs=("*.txt" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.icarus.com/eda/verilog/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "verilog (A Verilog simulation and synthesis tool)" "Icarus Verilog is a Verilog simulation and synthesis tool. It operates" "as a compiler, compiling source code writen in Verilog (IEEE-1364)" "into some target format. For batch simulation, the compiler can" "generate an intermediate form called vvp assembly." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --mandir=/usr/man --infodir=/usr/info make || return 1 make DESTDIR=$startdir/pkg install || return 1 }