[arch-commits] Commit in ghc/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Vesa Kaihlavirta vesa at archlinux.org
Wed Nov 5 07:29:49 UTC 2008


    Date: Wednesday, November 5, 2008 @ 02:29:49
  Author: vesa
Revision: 18416

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

........
  r18310 | vesa | 2008-11-04 06:15:46 +0200 (Tue, 04 Nov 2008) | 2 lines
  
  Update to 6.10.1 and remove cruft
........
  r18415 | vesa | 2008-11-05 09:28:59 +0200 (Wed, 05 Nov 2008) | 1 line
  
  upgpkg: ghc 6.10.1-1
........

Modified:
  ghc/repos/testing-x86_64/	(properties)
  ghc/repos/testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)


Property changes on: ghc/repos/testing-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /ghc/trunk:1-14734
   + /ghc/trunk:1-18415

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2008-11-05 07:28:59 UTC (rev 18415)
+++ testing-x86_64/PKGBUILD	2008-11-05 07:29:49 UTC (rev 18416)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Vesa Kaihlavirta <vesa at archlinux.org>
 pkgname=ghc
-pkgver=6.10.1rc1
+pkgver=6.10.1
 pkgrel=1
 pkgdesc="A state-of-the-art, open source, compiler and interactive environment for Haskell."
 arch=(i686 x86_64)
@@ -9,23 +9,17 @@
 license=("custom")
 depends=(gmp libedit)
 makedepends=(ghc happy perl)
-source=("http://www.haskell.org/ghc/dist/stable/dist/6.10.1-rc-1/$pkgname-6.10.0.20081007-src.tar.bz2" \
-    "http://www.haskell.org/ghc/dist/stable/dist/6.10.1-rc-1/$pkgname-6.10.0.20081007-src-extralibs.tar.bz2"
+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)
 
-md5sums=('4350d1f8bea53f713732d10a7a9133f6'
-         '59136b86bafbdc4d32a645d3d7a8fa46'
+md5sums=('54c676a632b3d73cf526b06347522c32'
+         '4ff4590f1002ae1ff608874da8643c67'
          'a05681b982aad44cc6770bd021e35b67')
 
 build() {
-  #since this is a compiler, it needs itself to compile
-  #installer automatically bootstraps itself, so this actually compiles twice
-  #In order to compile, you need ghc installed on your system
-  cd $startdir/src/$pkgname-6.10.0.20081007
+  cd $startdir/src/$pkgname-$pkgver
 
-  cd libraries/network && autoreconf || return 1
-  cd - 
-
   cp $startdir/build.mk mk/build.mk
 
   ./configure --prefix=/usr 




More information about the arch-commits mailing list