[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Thu Aug 24 16:28:30 UTC 2017


    Date: Thursday, August 24, 2017 @ 16:28:29
  Author: felixonmars
Revision: 253313

addpkg: haskell-data-binary-ieee754 0.4.4-1

Added:
  haskell-data-binary-ieee754/
  haskell-data-binary-ieee754/repos/
  haskell-data-binary-ieee754/trunk/
  haskell-data-binary-ieee754/trunk/PKGBUILD

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

Added: haskell-data-binary-ieee754/trunk/PKGBUILD
===================================================================
--- haskell-data-binary-ieee754/trunk/PKGBUILD	                        (rev 0)
+++ haskell-data-binary-ieee754/trunk/PKGBUILD	2017-08-24 16:28:29 UTC (rev 253313)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+_hkgname=data-binary-ieee754
+pkgname=haskell-data-binary-ieee754
+pkgver=0.4.4
+pkgrel=1
+pkgdesc="Parser/Serialiser for IEEE-754 floating-point values"
+url="https://john-millikin.com/software/data-binary-ieee754"
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('af280e164b4b4a21d5d3cd489d8b2ff43e86fbf1d3896aabe9a8e3558b15549f4efc4497d99d6877b7d9547bf26a4a8ed422cbe00abbea73b2e936b30a71009f')
+
+build() {
+    cd "${srcdir}/${_hkgname}-${pkgver}"
+
+    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+    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.txt" "${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
+    rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt"
+
+    # Remove static libs
+    find "$pkgdir"/usr/lib -name "*.a" -delete
+}


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



More information about the arch-commits mailing list