[arch-commits] Commit in haskell-quickcheck/trunk (PKGBUILD)
Alexander Rødseth
arodseth at nymeria.archlinux.org
Sat Oct 26 17:33:17 UTC 2013
Date: Saturday, October 26, 2013 @ 19:33:17
Author: arodseth
Revision: 99289
upgpkg: haskell-quickcheck 2.6-3
Modified:
haskell-quickcheck/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-10-26 17:30:16 UTC (rev 99288)
+++ PKGBUILD 2013-10-26 17:33:17 UTC (rev 99289)
@@ -6,18 +6,19 @@
_hkgname=QuickCheck
pkgname=haskell-quickcheck
pkgver=2.6
-pkgrel=2
+pkgrel=3
pkgdesc='Automatic testing of Haskell programs'
url='http://hackage.haskell.org/package/QuickCheck'
license=('custom:BSD3')
arch=('x86_64' 'i686')
-depends=('ghc=7.6.3-1' 'haskell-random=1.0.1.1-5' 'sh')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz")
-install=${pkgname}.install
+depends=('ghc' 'haskell-random')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
+install="$pkgname.install"
+options=('staticlibs')
sha256sums=('8001c00a1892714d914e5007ba72cdd428c1ea4c6b8418c6cb5e7809753d970d')
build() {
- cd "$srcdir/$_hkgname-$pkgver"
+ cd "$_hkgname-$pkgver"
runhaskell Setup configure -O -p \
--enable-split-objs \
@@ -33,7 +34,7 @@
}
package() {
- cd "$srcdir/$_hkgname-$pkgver"
+ cd "$_hkgname-$pkgver"
install -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh"
install -m744 unregister.sh \
More information about the arch-commits
mailing list