1 # $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
7 pkgdesc="The Programming Language : An interpreter-based Approach, source code, translated from Pascal to C by the author using p2c and modifiy for linux by perlawk. An excellent demonstration for learning creating programming language from scratch."
8 url="http://loome.cs.uiuc.edu/kamin/pubs.html"
17 source=(${_pkgname}.sh)
18 md5sums=('6057d5233f22c209c9b02f331a1c1bda')
22 cd $startdir/src/$_pkgname
24 mkdir -p $pkgdir/usr/share/plaiba
25 cp apl chap1 clu lisp prolog sasl scheme smalltalk $pkgdir/usr/share/plaiba
26 cp code* $pkgdir/usr/share/plaiba