Date: Monday, March 30, 2015 @ 13:43:12
  Author: spupykin
Revision: 130268

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 130267, happy/trunk/PKGBUILD)
  happy/repos/community-staging-x86_64/
  happy/repos/community-staging-x86_64/PKGBUILD
    (from rev 130267, 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 130267, 
happy/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2015-03-30 11:43:12 UTC (rev 130268)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Dziedzic <[email protected]>
+# Contributor: simo <[email protected]>
+# Contributor: Vesa Kaihlavirta <[email protected]>
+
+pkgname=happy
+pkgver=1.19.5
+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.10.1-1' 'haskell-mtl=2.2.1-1')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('ffa56a1c312a60dfb1110afd25b28785')
+
+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 130267, 
happy/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-03-30 11:43:12 UTC (rev 130268)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Dziedzic <[email protected]>
+# Contributor: simo <[email protected]>
+# Contributor: Vesa Kaihlavirta <[email protected]>
+
+pkgname=happy
+pkgver=1.19.5
+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.10.1-1' 'haskell-mtl=2.2.1-1')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('ffa56a1c312a60dfb1110afd25b28785')
+
+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"
+}

Reply via email to