[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Sat Sep 23 06:12:51 UTC 2017


    Date: Saturday, September 23, 2017 @ 06:12:50
  Author: felixonmars
Revision: 259909

addpkg: haskell-storable-complex 0.2.2-1

Added:
  haskell-storable-complex/
  haskell-storable-complex/repos/
  haskell-storable-complex/trunk/
  haskell-storable-complex/trunk/PKGBUILD

----------+
 PKGBUILD |   40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

Added: haskell-storable-complex/trunk/PKGBUILD
===================================================================
--- haskell-storable-complex/trunk/PKGBUILD	                        (rev 0)
+++ haskell-storable-complex/trunk/PKGBUILD	2017-09-23 06:12:50 UTC (rev 259909)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+_hkgname=storable-complex
+pkgname=haskell-storable-complex
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="Storable instance for Complex"
+url="https://github.com/cartazio/storable-complex"
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('0e46f5034b63f271b7b67ea6d3bf2ae09898bd863aa5dfde599f802f7192bc1df00c296a45441f220fdefaa2eabadbfc391929c5101dd212062b0de396367c3e')
+
+build() {
+    cd "${srcdir}/${_hkgname}-${pkgver}"
+
+    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
+        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+            -finstanceInBase
+    runhaskell Setup build
+    runhaskell Setup register --gen-script
+    runhaskell Setup unregister --gen-script
+    sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+    sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+    cd "${srcdir}/${_hkgname}-${pkgver}"
+
+    install -D -m744 register.sh   "${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+    install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+    runhaskell Setup copy --destdir="${pkgdir}"
+    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


Property changes on: haskell-storable-complex/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list