[arch-commits] Commit in haskell-setlocale/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Aug 21 07:37:20 UTC 2018
Date: Tuesday, August 21, 2018 @ 07:37:19
Author: felixonmars
Revision: 373037
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 373036, haskell-setlocale/trunk/PKGBUILD)
----------+
PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
Copied: haskell-setlocale/repos/community-staging-x86_64/PKGBUILD (from rev 373036, haskell-setlocale/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2018-08-21 07:37:19 UTC (rev 373037)
@@ -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=1
+pkgdesc="Haskell bindings to setlocale"
+url="https://hackage.haskell.org/package/setlocale"
+license=('custom:BSD3')
+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 "${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
+ 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"
+}
More information about the arch-commits
mailing list