updated on Fri Jan 13 08:00:32 UTC 2012
[aur-mirror.git] / csnobol4 / PKGBUILD
blobf6f5da5e74406e67e6e10d30326c1cdb459df37c
1 # $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
2 # Maintainer:  <ying@althonx4>
3 pkgname=csnobol4
4 _pkgname=snobol4
5 pkgver=1.3
6 pkgrel=1 
7 pkgdesc="A port of Macro SNOBOL4 (The original Bell Telephone Labs implementation, written in SIL macros) for machines with 32-bit (or larger) pointers. Supports full SNOBOL4 language plus SPITBOL and other extensions."
8 url="http://www.snobol4.org/csnobol4/curr/"
9 arch=('i686' 'x86_64')
10 license=('GPL')
11 depends=()
12 makedepends=()
13 conflicts=()
14 replaces=()
15 backup=()
16 install=
17 source=("ftp://ftp.ultimate.com/snobol/snobol4-1.3.tar.gz")
18 md5sums=('e6dc01fa2064ad9744e76b53d3d286e0')
19 build() {
20   cd $startdir/src/${_pkgname}-$pkgver
21   ./configure --prefix=/usr --without-ndbm --with-tcl --with-tk --force-sdbm
22    make || return 1
23   mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man3 $pkgdir/usr/share/man/man1
24   install snobol4 $pkgdir/usr/bin
25   cd doc
26   install snobol4dbm.3 snobol4tcl.3 snolib.3 $pkgdir/usr/share/man/man3
27   install snobol4.1 $pkgdir/usr/share/man/man1