1 # Contributor: Martin Lüthi <mluethi@tnoo.net>
2 # Contributor: Beej Jorgensen <beej@beej.us>
3 # Maintainer: Martin Lüthi <mluethi@tnoo.net>
7 pkgdesc="Cave survey software"
9 url="http://survex.com"
11 depends=('mesa' 'wxgtk' 'ffmpeg' 'tk')
14 source=(http://survex.com/software/$pkgver/$pkgname-$pkgver.tar.gz
16 md5sums=('cd44c398002cf61fda8fc35c417a3c4b')
19 cd "$srcdir/$pkgname-$pkgver"
21 ./configure --prefix=/usr
23 make DESTDIR="$pkgdir" install