5 # PKGBUILD options/directives
9 pkgdesc="A tool for visualizing the lifecycle of many concurrent multi-staged processes."
10 url="http://www.haskell.org/haskellwiki/Splot"
12 arch=('i686' 'x86_64')
13 makedepends=("ghc=7.0.3-2"
14 "haskell-chart=0.14-23"
15 "haskell-hunit=1.2.2.3-2.1"
16 "haskell-bytestring-lexing=0.2.1-19"
17 "haskell-cairo=0.12.1-2"
18 "haskell-colour=2.3.1-18"
19 "haskell-mtl=2.0.1.0-3.1"
20 "haskell-strptime=1.0.2-1")
23 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
25 sha256sums=("40186b6ef8b6639451ab9e333645269dba8c60c3f7a522ae2ff90495e9e81252")
29 cd ${srcdir}/${_hkgname}-${pkgver}
31 runhaskell Setup configure -O --prefix=/usr --docdir=/usr/share/doc/${pkgname}
32 runhaskell Setup build
36 cd ${srcdir}/${_hkgname}-${pkgver}
37 runhaskell Setup copy --destdir=${pkgdir}