
twidge 1.0.4 PKGBUILD
By: a guest on
Sep 19th, 2010 | syntax:
None | size: 1.07 KB | hits: 215 | expires: Never
# Contributor: Arch Haskell Team <arch-haskell@haskell.org>
# Package generated by cabal2arch 0.7
# Note: we list all package dependencies.
# Your package tool should understand 'provides' syntax
#
pkgname=twidge
pkgrel=2
pkgver=1.0.4
pkgdesc="Unix Command-Line Twitter and Identica Client"
url="http://hackage.haskell.org/package/twidge"
license=('GPL')
arch=('i686' 'x86_64')
makedepends=('ghc' 'haskell-cabal' 'haskell-configfile' 'haskell-hsh'
'haskell-haxml' 'haskell-missingh>=1.0.0' 'haskell-directory'
'haskell-hslogger' 'haskell-mtl' 'haskell-network' 'haskell-parsec'
'haskell-regex-posix' 'haskell-unix' 'haskell-utf8-string' 'haskell-hoauth')
depends=('gmp')
options=('strip')
source=(http://hackage.haskell.org/packages/archive/twidge/1.0.4/twidge-1.0.4.tar.gz)
md5sums=('3aea6abbaabe287bb84ac661b396033a')
build() {
cd ${srcdir}/twidge-1.0.4
runhaskell Setup configure --prefix=/usr --docdir=/usr/share/doc/${pkgname} || return 1
runhaskell Setup build || return 1
runhaskell Setup copy --destdir=${pkgdir} || return 1
}