1 # Contributor: Corey Clayton --- can.of.tuna<at>[google's mail service] :)
6 pkgdesc="A dynamic, VM based language desiged to be simple, fast and powerful, and to be embedable as a scripting engine ready to empower mission-critical multithreaded applications. (Bleeding Edge release)"
7 license=('custom:"GPLv2 or Falcon Programming Language License"')
8 url="http://www.falconpl.org"
9 source=(http://www.falconpl.org/project_dl/_official_rel/Falcon-0.9.4.2.tar.gz)
10 md5sums=('00d19cef885e25bcbf8851add5bd0528')
13 depends=('zlib' 'pcre' 'bison')
17 cd $startdir/src/Falcon-$pkgbasever
18 ./build.sh -p $startdir/pkg/usr -f /usr -i || return 1
19 mkdir -p $startdir/pkg/usr/share/licenses/falcon || return 1
20 cp LICENSE $startdir/pkg/usr/share/licenses/falcon || return 1