1 # $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
2 # Maintainer: <ying@althonx4>
7 pkgdesc="A parser generator using parsing expression grammar with different languages output, C, java, javascript, scheme, (python and ruby failed to run the examples) "
8 url="http://www.waxeye.org"
17 install=waxeye.install
21 git clone https://github.com/orlandodarhill/waxeye.git
22 mkdir -p $pkgdir/opt/waxeye/bin $pkgdir/usr/lib
26 cp bin/waxeye $pkgdir/opt/waxeye/bin/
27 cp lib -a $pkgdir/opt/waxeye/
32 cp libwaxeye.a $pkgdir/usr/lib
33 cp include -a $pkgdir/usr/