[arch-commits] Commit in happy/repos (4 files)

Felix Yan fyan at archlinux.org
Fri Dec 26 13:36:43 UTC 2014


    Date: Friday, December 26, 2014 @ 14:36:43
  Author: fyan
Revision: 124643

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  happy/repos/community-staging-i686/
  happy/repos/community-staging-i686/PKGBUILD
    (from rev 124642, happy/trunk/PKGBUILD)
  happy/repos/community-staging-x86_64/
  happy/repos/community-staging-x86_64/PKGBUILD
    (from rev 124642, happy/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: happy/repos/community-staging-i686/PKGBUILD (from rev 124642, happy/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-12-26 13:36:43 UTC (rev 124643)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Dziedzic <gostrc at gmail.com>
+# Contributor: simo <simo at archlinux.org>
+# Contributor: Vesa Kaihlavirta <vegai at iki.fi>
+
+pkgname=happy
+pkgver=1.19.4
+pkgrel=1
+pkgdesc="The Parser Generator for Haskell"
+url="http://hackage.haskell.org/package/happy"
+arch=('i686' 'x86_64')
+license=("custom:BSD3")
+depends=('gmp' 'libffi')
+makedepends=('ghc=7.8.4-1' 'haskell-mtl=2.1.3.1-4')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('5267c1c4aaa7102a882fc4cdad4a8c38')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  runhaskell Setup.lhs configure -O --prefix=/usr
+  runhaskell Setup.lhs build
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  runhaskell Setup.lhs copy --destdir="${pkgdir}"
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: happy/repos/community-staging-x86_64/PKGBUILD (from rev 124642, happy/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-12-26 13:36:43 UTC (rev 124643)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Dziedzic <gostrc at gmail.com>
+# Contributor: simo <simo at archlinux.org>
+# Contributor: Vesa Kaihlavirta <vegai at iki.fi>
+
+pkgname=happy
+pkgver=1.19.4
+pkgrel=1
+pkgdesc="The Parser Generator for Haskell"
+url="http://hackage.haskell.org/package/happy"
+arch=('i686' 'x86_64')
+license=("custom:BSD3")
+depends=('gmp' 'libffi')
+makedepends=('ghc=7.8.4-1' 'haskell-mtl=2.1.3.1-4')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('5267c1c4aaa7102a882fc4cdad4a8c38')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  runhaskell Setup.lhs configure -O --prefix=/usr
+  runhaskell Setup.lhs build
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  runhaskell Setup.lhs copy --destdir="${pkgdir}"
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list