updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / lithp / PKGBUILD
blob0be1b4e81826a23a4f7e694d16bf8fa5e8fdbe79
1 # $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
2 # Maintainer:  perlawk
3 pkgname=lithp  
4 pkgver=0.6
5 pkgrel=3 
6 pkgdesc="This is a basic, tiny LISP implementation."
7 url="http://www.umlautllama.com/projects/lithp/lithp-0.6.tar.gz"
8 arch=(`arch`)
9 license=('GPL')
10 depends=('noweb')
11 makedepends=()
12 conflicts=()
13 replaces=()
14 backup=()
15 install=
16 source=($pkgname.sh
17   make.patch)
18 md5sums=('5111a8458c70b95badf48f3f37b1c4fa'
19          'a08b3e439801ceaac8a8227ca446a3a8')
20 build() {
21   cd $startdir/src/
22   sh $pkgname.sh
23   cd $startdir/src/$pkgname
24   patch GNUmakefile < $startdir/make.patch
25   make || return 1
26   make docs
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/