1 # Maintainer: SpepS <dreamspepser at yahoo dot it>
6 pkgdesc="Fast binary synthesis algorithms, technology mapping and resynthesis procedures and engines for combinational and sequential equivalence checking."
8 url="http://embedded.eecs.berkeley.edu/Respep/Research/mvsis/"
11 source=("${url}release/$pkgname-$pkgver.tar.gz"
13 md5sums=('76a813802c54962efb45d77c39957111'
14 '1dad1468491d5a3a4b4f17cade545fab')
17 cd "$srcdir/$pkgname-1.3"
19 # add support for 64bit
20 # and other compatibility fixes
21 patch -p1 -i ../$pkgname.patch
23 ./configure --prefix=/usr
28 cd "$srcdir/$pkgname-1.3"
31 install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
34 install -d "$pkgdir/usr/share/$pkgname/examples"
35 install -Dm644 examples/*.* "$pkgdir/usr/share/$pkgname/examples"
38 # vim:set ts=2 sw=2 et: