updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / waxeye / PKGBUILD
bloba2b9e853e514fe6160449d8c1f69b87808e5d0e3
1 # $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
2 # Maintainer:  <ying@althonx4>
3 pkgname=waxeye  
4 pkgver=0.8.0
5 _pkgver=git
6 pkgrel=1 
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"
9 arch=('i686' 'x86_64')
10 license=('GPL')
11 depends=()
12 makedepends=()
13 conflicts=()
14 replaces=()
15 backup=()
16 OPTIONS=(!strip)
17 install=waxeye.install
18 source=()
19 build() {
20   cd $startdir/src/
21         git clone https://github.com/orlandodarhill/waxeye.git
22   mkdir -p $pkgdir/opt/waxeye/bin $pkgdir/usr/lib 
23         cd $pkgname
24   ./build/unix
25         ls  -l bin/waxeye
26         cp bin/waxeye $pkgdir/opt/waxeye/bin/
27         cp lib -a  $pkgdir/opt/waxeye/
29         # c version
30         cd src/c
31         make lib
32         cp libwaxeye.a  $pkgdir/usr/lib
33         cp include -a $pkgdir/usr/