1 # Maintainer: eagletmt <eagletmt@gmail.com>
5 pkgdesc='An efficient implementation of the higher-order logic programming language Lambda Prolog'
6 url='http://code.google.com/p/teyjus/'
10 makedepends=('ocaml' 'omake' 'flex' 'bison')
11 source=(http://teyjus.googlecode.com/files/$pkgname-source-${pkgver/_/-}.tar.gz)
21 mkdir -p "$pkgdir/usr/bin"
23 for bin in tjcc tjdepend tjdis tjlink tjsim
25 install -m755 $bin "$pkgdir/usr/bin/"
28 mkdir -p "$pkgdir/usr/share/emacs/site-lisp"
29 install -m644 emacs/teyjus.el "$pkgdir/usr/share/emacs/site-lisp/"
32 # vim:set ts=2 sw=2 et:
33 md5sums=('80de9349841bf93ae67101d66e389d61')