5 # PKGBUILD options/directives
9 pkgdesc="A simple, visual, functional programming language."
10 url="http://mypage.iu.edu/~gdweber/software/sifflet/"
12 arch=('i686' 'x86_64')
13 makedepends=("ghc=7.0.3-2"
14 "haskell-cairo=0.12.1-2"
15 "haskell-fgl=5.4.2.3-4.1"
16 "haskell-glib=0.12.1-2"
17 "haskell-gtk=0.12.1-2"
19 "haskell-mtl=2.0.1.0-3.1"
20 "haskell-sifflet-lib=1.2.4-24"
21 "haskell-unix=2.4.2.0-2")
24 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
26 sha256sums=("5b0c1d3b434b8cf49d166518f1647300c54a4bc904ad4397fdbe2dc28cac4acf")
30 cd ${srcdir}/${_hkgname}-${pkgver}
32 runhaskell Setup configure -O --prefix=/usr --docdir=/usr/share/doc/${pkgname}
33 runhaskell Setup build
37 cd ${srcdir}/${_hkgname}-${pkgver}
38 runhaskell Setup copy --destdir=${pkgdir}