#Maintainer: R S Ananda Murthy pkgname=freehdl pkgver=0.0.7 pkgrel=1 zenver=64 arch=i486 source=("http://freehdl.seul.org/~enaroska/$pkgname-$pkgver.tar.gz" "FHDLgui.custom") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/rsamurti/$pkgname/ docs=("readme*" "install" "copying" "changelog" "authors" "news" "todo") url=http://freehdl.seul.org/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "FreeHDL is a free VHDL simulator for Linux." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg mv $startdir/src/$pkgname-$pkgver/pictures $startdir/pkg/usr/share/$pkgname cp $startdir/src/FHDLgui.custom $startdir/pkg/usr/bin/fhdl chmod +x $startdir/pkg/usr/bin/fhdl }