1 # $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
6 pkgdesc="This is a basic, tiny LISP implementation."
7 url="http://www.umlautllama.com/projects/lithp/lithp-0.6.tar.gz"
18 md5sums=('5111a8458c70b95badf48f3f37b1c4fa'
19 'a08b3e439801ceaac8a8227ca446a3a8')
23 cd $startdir/src/$pkgname
24 patch GNUmakefile < $startdir/make.patch
27 install -Dm755 lithp $pkgdir/usr/bin/lithp
28 install -Dm755 LICENSE $pkgdir/usr/share/lithp/LICENSE
29 install -D -m755 lithp.pdf README sample*lsp -t $pkgdir/usr/share/lithp/