[arch-commits] Commit in ghc/repos (extra-i686 extra-i686/PKGBUILD)

Vesa Kaihlavirta vesa at archlinux.org
Sat Jan 17 14:40:47 UTC 2009


    Date: Saturday, January 17, 2009 @ 09:40:47
  Author: vesa
Revision: 24463

Merged revisions 18415,24453 via svnmerge from 
svn+ssh://vesa@archlinux.org/srv/svn-packages/ghc/trunk

........
  r18415 | vesa | 2008-11-05 09:28:59 +0200 (Wed, 05 Nov 2008) | 1 line
  
  upgpkg: ghc 6.10.1-1
........
  r24453 | vesa | 2009-01-17 11:33:10 +0200 (Sat, 17 Jan 2009) | 2 lines
  
  add provides=(haskell-cabal)
........

Modified:
  ghc/repos/extra-i686/	(properties)
  ghc/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


Property changes on: ghc/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /ghc/trunk:1-18310
   + /ghc/trunk:1-24462

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-01-17 14:30:07 UTC (rev 24462)
+++ extra-i686/PKGBUILD	2009-01-17 14:40:47 UTC (rev 24463)
@@ -2,13 +2,14 @@
 # Maintainer: Vesa Kaihlavirta <vesa at archlinux.org>
 pkgname=ghc
 pkgver=6.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A state-of-the-art, open source, compiler and interactive environment for Haskell."
 arch=(i686 x86_64)
 url="http://www.haskell.org/ghc/"
 license=("custom")
 depends=(gmp libedit)
 makedepends=(ghc happy perl)
+provides=(haskell-cabal)
 source=("http://www.haskell.org/ghc/dist/stable/dist/$pkgname-$pkgver-src.tar.bz2" \
     "http://www.haskell.org/ghc/dist/stable/dist/$pkgname-$pkgver-src-extralibs.tar.bz2"
      build.mk)
@@ -23,7 +24,7 @@
   cp $startdir/build.mk mk/build.mk
 
   ./configure --prefix=/usr 
-  make  || return 1
+  make -j2 || return 1
   make DESTDIR=$startdir/pkg install
 
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/ghc/license




More information about the arch-commits mailing list