[arch-commits] CVS update of extra/devel/ghc (PKGBUILD)

Eric Belanger eric at archlinux.org
Mon Jan 28 02:22:57 UTC 2008


    Date: Sunday, January 27, 2008 @ 21:22:57
  Author: eric
    Path: /home/cvs-extra/extra/devel/ghc

Modified: PKGBUILD (1.10 -> 1.11)

upgpkg: ghc 6.8.2-1.1
added makedepends such that extra libs are being installed and rebuild x86_64 package to fix that issue


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


Index: extra/devel/ghc/PKGBUILD
diff -u extra/devel/ghc/PKGBUILD:1.10 extra/devel/ghc/PKGBUILD:1.11
--- extra/devel/ghc/PKGBUILD:1.10	Sat Jan 19 14:17:25 2008
+++ extra/devel/ghc/PKGBUILD	Sun Jan 27 21:22:57 2008
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD,v 1.10 2008/01/19 19:17:25 simo Exp $
+# $Id: PKGBUILD,v 1.11 2008/01/28 02:22:57 eric Exp $
 # Maintainer: Simo Leone <simo at archlinux.org>
 pkgname=ghc
 pkgver=6.8.2
-pkgrel=1
+pkgrel=1.1
 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' 'perl' 'readline')
-makedepends=('ghc' 'happy')
+makedepends=('ghc' 'happy' 'freealut' 'freeglut' 'openal' 'libgl')
+options=('!makeflags')
 source=("http://www.haskell.org/ghc/dist/$pkgver/$pkgname-$pkgver-src.tar.bz2" \
     "http://www.haskell.org/ghc/dist/$pkgver/ghc-$pkgver-src-extralibs.tar.bz2")
-md5sums=('43108417594be7eba0918c459e871e40'
-         'd199c50814188fb77355d41058b8613c')
+md5sums=('43108417594be7eba0918c459e871e40' 'd199c50814188fb77355d41058b8613c')
 
 build() {
   #since this is a compiler, it needs itself to compile
@@ -20,7 +20,7 @@
   #In order to compile, you need ghc installed on your system
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr
-  make -j1 || return 1
+  make || return 1
   make DESTDIR=$startdir/pkg install
 
   # install license




More information about the arch-commits mailing list