[arch-commits] Commit in haskell-configurator-ng/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Nov 7 10:12:44 UTC 2018
Date: Wednesday, November 7, 2018 @ 10:12:43
Author: felixonmars
Revision: 402632
upgpkg: haskell-configurator-ng 0.0.0.1-47
rebuild with ghc 8.6.2
Modified:
haskell-configurator-ng/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-11-07 10:12:01 UTC (rev 402631)
+++ PKGBUILD 2018-11-07 10:12:43 UTC (rev 402632)
@@ -4,7 +4,7 @@
_hkgname=configurator-ng
pkgname=haskell-configurator-ng
pkgver=0.0.0.1
-pkgrel=46
+pkgrel=47
pkgdesc="The next generation of configuration management"
url="https://github.com/lpsmith/configurator-ng"
license=("custom:BSD3")
@@ -26,10 +26,10 @@
}
build() {
- cd "${srcdir}/${_hkgname}-${pkgver}"
+ cd $_hkgname-$pkgver
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
- --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+ --prefix=/usr --docdir=/usr/share/doc/$pkgname \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
-f-developer
runhaskell Setup build
@@ -40,11 +40,11 @@
}
package() {
- cd "${srcdir}/${_hkgname}-${pkgver}"
+ 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 -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