Don't like ads? PRO users don't see any ads ;-)
Guest

twidge 1.0.4 PKGBUILD

By: a guest on Sep 19th, 2010  |  syntax: None  |  size: 1.07 KB  |  hits: 215  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # Contributor: Arch Haskell Team <arch-haskell@haskell.org>
  2. # Package generated by cabal2arch 0.7
  3. # Note: we list all package dependencies.
  4. # Your package tool should understand 'provides' syntax
  5. #
  6. pkgname=twidge
  7. pkgrel=2
  8. pkgver=1.0.4
  9. pkgdesc="Unix Command-Line Twitter and Identica Client"
  10. url="http://hackage.haskell.org/package/twidge"
  11. license=('GPL')
  12. arch=('i686' 'x86_64')
  13. makedepends=('ghc' 'haskell-cabal' 'haskell-configfile' 'haskell-hsh'
  14. 'haskell-haxml' 'haskell-missingh>=1.0.0' 'haskell-directory'
  15. 'haskell-hslogger' 'haskell-mtl' 'haskell-network' 'haskell-parsec'
  16. 'haskell-regex-posix' 'haskell-unix' 'haskell-utf8-string' 'haskell-hoauth')
  17. depends=('gmp')
  18. options=('strip')
  19. source=(http://hackage.haskell.org/packages/archive/twidge/1.0.4/twidge-1.0.4.tar.gz)
  20. md5sums=('3aea6abbaabe287bb84ac661b396033a')
  21. build() {
  22.     cd ${srcdir}/twidge-1.0.4
  23.     runhaskell Setup configure --prefix=/usr --docdir=/usr/share/doc/${pkgname} || return 1
  24.     runhaskell Setup build                   || return 1
  25.     runhaskell Setup copy --destdir=${pkgdir} || return 1
  26. }