[arch-commits] Commit in (4 files)
Felix Yan
felixonmars at archlinux.org
Fri Aug 25 13:43:48 UTC 2017
Date: Friday, August 25, 2017 @ 13:43:48
Author: felixonmars
Revision: 253365
addpkg: haskell-floatinghex 0.4-1
Added:
haskell-floatinghex/
haskell-floatinghex/repos/
haskell-floatinghex/trunk/
haskell-floatinghex/trunk/PKGBUILD
----------+
PKGBUILD | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
Added: haskell-floatinghex/trunk/PKGBUILD
===================================================================
--- haskell-floatinghex/trunk/PKGBUILD (rev 0)
+++ haskell-floatinghex/trunk/PKGBUILD 2017-08-25 13:43:48 UTC (rev 253365)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+_hkgname=FloatingHex
+pkgname=haskell-floatinghex
+pkgver=0.4
+pkgrel=1
+pkgdesc="Read and write hexadecimal floating point numbers"
+url="http://github.com/LeventErkok/FloatingHex"
+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=('33bee0d556c7a8c7e98cea34fd9872e1faa19b3adc89d7be740654d31958ccf05601b7e9b89cff0b625a3aa0ff7c4ba00dea8cd6402c5a5298d06c76f8acc074')
+
+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" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+ # Remove static libs
+ find "$pkgdir"/usr/lib -name "*.a" -delete
+}
Property changes on: haskell-floatinghex/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list