4 pkgdesc="A game engine compatible to NScripter, which is used to create and perform visual novel games"
6 url="http://onscripter.sourceforge.jp/onscripter.html"
8 depends=('bzip2' 'sdl_image' 'sdl_mixer' 'sdl_ttf')
9 source=(http://onscripter.sourceforge.jp/$pkgname-$pkgver.tar.gz)
10 md5sums=('766053a1b3f403ead1ced379aebd3a3e')
15 echo "LIBS = `sdl-config --libs` `smpeg-config --libs` -lSDL_ttf -lSDL_image -lSDL_mixer -lbz2 -ljpeg -lm -logg -lvorbis -lvorbisfile
16 CFLAGS += -fomit-frame-pointer -pipe -c `sdl-config --cflags` `smpeg-config --cflags` -DLINUX -DUSE_OGG_VORBIS
21 include Makefile.onscripter" > Makefile
24 mkdir -p $pkgdir/usr/bin
25 install -m755 onscripter $pkgdir/usr/bin/