1 #Maintainer: Nathan Owe <ndowens.aur at gmail dot com>
5 pkgdesc="A Forth Compiler"
7 url="http://www.xs4all.nl/~thebeez/4tH/index.html"
11 source=("http://4th.googlecode.com/files/${pkgname}-${pkgver}-unix.tar.gz"
13 md5sums=('465605cb841def6f3cede647ccf9ef27'
14 'abc0db2df21a2c7d28901bbe61f2a68d')
17 cd "${srcdir}/${pkgname}-${pkgver}-unix/sources"
18 #Patched Makefile to install manual and docs
19 patch -uNi ${srcdir}/Makefile.patch
20 if [ "$CARCH" == "x86_64" ]; then
29 cd "${srcdir}/${pkgname}-${pkgver}-unix/sources"
30 install -d ${pkgdir}/usr/{lib,bin}
31 make BINARIES=${pkgdir}/usr/bin \
32 LIBRARIES=${pkgdir}/usr/lib \
33 DOCDIR=${pkgdir}/usr/share/doc \
34 MANDIR=${pkgdir}/usr/share/man install