1 # Maintainer: TDY <tdy@gmx.com>
2 # Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
7 pkgdesc="A tool for drawing finite state machines (automata) and similar graphs"
9 url="http://stud4.tuwien.ac.at/~e0225855/finomaton/finomaton.html"
12 source=(http://stud4.tuwien.ac.at/~e0225855/$pkgname/$pkgname-$pkgver.tar.gz)
13 md5sums=('da19eaf547b703f5d9d703a852b946f1')
16 cd "$srcdir/$pkgname-$pkgver"
17 install -dm755 "$pkgdir/usr/share/$pkgname/examples"
18 install -m644 examples/* "$pkgdir/usr/share/$pkgname/examples"
19 install -Dm755 $pkgname.tcl "$pkgdir/usr/bin/$pkgname"