the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: fauhdlc
Version: 20090512
Revision: 1
Source: http://www3.informatik.uni-erlangen.de/Research/%n/downloads/%n-%v.tar.gz
Maintainer: Matthias Sand
HomePage: http://www3.informatik.uni-erlangen.de/Research/fauhdlc/
License: GPL
Description: VHDL compiler and interpreter
Source-MD5: 6c912ad5f4d35b8061032ea875f59f27
BuildDepends: autoconf, automake1.10, flex-devel, xmlto
CompileScript: <<
#!/bin/sh -ev
export PATH="%p/lib/flex/bin:$PATH"
export CPPFLAGS="-I%p/lib/flex/include"
export LDFLAGS="-L%p/lib/flex/lib"
./autogen.sh
./configure %c
make
<<
InstallScript: <<
make install prefix=%i
<<