1 # $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
2 # Maintainer: <ying@althonx4>
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/"
17 source=("ftp://ftp.ultimate.com/snobol/snobol4-1.3.tar.gz")
18 md5sums=('e6dc01fa2064ad9744e76b53d3d286e0')
20 cd $startdir/src/${_pkgname}-$pkgver
21 ./configure --prefix=/usr --without-ndbm --with-tcl --with-tk --force-sdbm
23 mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man3 $pkgdir/usr/share/man/man1
24 install snobol4 $pkgdir/usr/bin
26 install snobol4dbm.3 snobol4tcl.3 snolib.3 $pkgdir/usr/share/man/man3
27 install snobol4.1 $pkgdir/usr/share/man/man1