[arch-commits] Commit in ghc/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Sun Aug 17 05:14:00 UTC 2008


    Date: Sunday, August 17, 2008 @ 01:14:00
  Author: allan
Revision: 9208

upgpkg: ghc 6.8.2-2
    ncurses rebuild

Modified:
  ghc/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-17 05:06:38 UTC (rev 9207)
+++ PKGBUILD	2008-08-17 05:14:00 UTC (rev 9208)
@@ -6,7 +6,7 @@
 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=""
+license="custom"
 depends=('gmp' 'perl' 'readline')
 makedepends=('ghc' 'happy')
 source=("http://www.haskell.org/ghc/dist/$pkgver/$pkgname-$pkgver-src.tar.bz2" \
@@ -30,4 +30,6 @@
   ./configure --prefix=/usr
   make -j1 || return 1
   make DESTDIR=$startdir/pkg install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/license/ghc/license
 }




More information about the arch-commits mailing list