1 # Maintainer: Kyle Keen <keenerd@gmail.com>
6 pkgdesc="Tektracker is a console based MIDI tracker/sequencer. Requires /dev/midi."
8 url="http://vektor.ca/audio/ttrk/"
10 depends=('slang' 'zlib')
12 source=(http://vektor.ca/audio/$pkgname/$pkgname-$pkgver.tar.gz)
13 md5sums=('168dde66d1b8e0d3cb44b70c4c541537')
16 cd "$srcdir/$pkgname-$pkgver"
18 # little patches to make it compile
19 sed -i 's/song.h>/song.h>\n#include <stdlib.h>\n#include <string.h>/' src/screen.cpp
20 sed -i 's/pwd.h>/pwd.h>\n#include <stdlib.h>/' src/utils.cpp
22 ./configure --prefix=/usr
27 cd "$srcdir/$pkgname-$pkgver"
28 make DESTDIR="$pkgdir" install