1 # Maintainer: schuay <jakob.gruber@gmail.com>
7 pkgdesc="Sequencer/event counter library used by the systems programming course at the Technical University Vienna"
9 url="http://ti.tuwien.ac.at/rts/teaching/courses/systems_programming/download"
11 source=("http://pan.vmars.tuwien.ac.at/SE.tgz"
13 md5sums=('286d10fc204967796e93076eb4def7d3'
14 '3cb491ea16c426b02e1ae328656c9e54')
17 cd "$srcdir/$_pkgname"
19 patch -Np1 < "$srcdir"/Makefile.patch
24 cd "$srcdir/$_pkgname"
26 make DESTDIR="$pkgdir" install
29 # vim:set ts=2 sw=2 et: