updated on Mon Jan 23 20:11:11 UTC 2012
[aur-mirror.git] / joy / PKGBUILD
blob3b2b84b4b9daeb61de11a4e010dcb22feb670235
1 # Maintainer: Kyle Keen <keenerd@gmail.com>
3 pkgname=joy
4 pkgver=1
5 pkgrel=1
6 pkgdesc="Joy is a purely functional concatenative language."
7 arch=('i686' 'x86_64')
8 #url="http://www.latrobe.edu.au/philosophy/phimvt/joy.html"
9 url="http://www.kevinalbrecht.com/code/joy-mirror/joy.html"
10 license=('BSD')
11 depends=('glibc')
12 optdepends=()
13 #source=("http://www.latrobe.edu.au/philosophy/phimvt/joy/joy.tar.gz")
14 #source=("http://www.ccil.org/~cowan/joy.tar.gz")
15 source=("http://www.kevinalbrecht.com/code/joy-mirror/joy.tar.gz")
16 md5sums=('f37c0bd7cb1263d6b842bd4a346e7442')
18 build() {
19   cd "$srcdir"
20   
21   make
23   install -d "$pkgdir/usr/share/doc/joy"
24   install -d "$pkgdir/usr/bin/"
25   install -Dm644 plain-manual.html "$pkgdir/usr/share/doc/joy/"
26   install -Dm755 joy "$pkgdir/usr/bin/"