[arch-commits] Commit in haskell-setlocale/repos (2 files)

Felix Yan felixonmars at archlinux.org
Sun Dec 9 22:54:51 UTC 2018


    Date: Sunday, December 9, 2018 @ 22:54:50
  Author: felixonmars
Revision: 413419

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-setlocale/repos/community-staging-x86_64/
  haskell-setlocale/repos/community-staging-x86_64/PKGBUILD
    (from rev 413418, haskell-setlocale/trunk/PKGBUILD)

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

Copied: haskell-setlocale/repos/community-staging-x86_64/PKGBUILD (from rev 413418, haskell-setlocale/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-12-09 22:54:50 UTC (rev 413419)
@@ -0,0 +1,38 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Øyvind 'Mr.Elendig' Heggstad <mrelendig at har-ikkje.net>
+
+pkgname=haskell-setlocale
+_hkgname=setlocale
+pkgver=1.0.0.8
+pkgrel=4
+pkgdesc="Haskell bindings to setlocale"
+url="https://hackage.haskell.org/package/setlocale"
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/setlocale/${pkgver}/setlocale-${pkgver}.tar.gz)
+sha512sums=('0c2ce07b951f5003a0aaebe55aa7644a308780b7ffe6c73f1a67ef11822371102fbf52407c9d31fa3edc1ae5eed4e79692b5bcb405098f62078ae9292df114f8')
+
+build() {
+    cd $_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
+    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 $_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"
+}



More information about the arch-commits mailing list