1 # Contributor: rabyte <rabyte__gmail>
6 pkgdesc="A scenario editor for the AlephOne game engine"
8 url="http://shapefusion.sourceforge.net/"
10 depends=('wxgtk>=2.8')
11 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tgz)
12 md5sums=('cf6b88f595e7127f7b6ad5bc2872c034')
15 cd $srcdir/$pkgname-$pkgver
17 sed '1i#include <string.h>' -i GenericEndianBuffer.cpp
19 make CFLAGS="${CFLAGS}" || return 1
21 install -m755 -D $pkgname $pkgdir/usr/bin/$pkgname
24 # vim:set ts=2 sw=2 et: