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

Allan McRae allan at archlinux.org
Sun Aug 17 05:36:26 UTC 2008


    Date: Sunday, August 17, 2008 @ 01:36:26
  Author: allan
Revision: 9235

upgpkg: hugs98 200609-2
    ncurses rebuild

Modified:
  hugs98/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-17 05:34:53 UTC (rev 9234)
+++ PKGBUILD	2008-08-17 05:36:26 UTC (rev 9235)
@@ -4,11 +4,12 @@
 
 pkgname=hugs98
 pkgver=200609
-pkgrel=1
+pkgrel=2
 pkgdesc="Haskell 98 interpreter"
 arch=(i686 x86_64)
+url="http://www.haskell.org/hugs"
+license=('custom')
 depends=('readline')
-url="http://www.haskell.org/hugs"
 source=(http://cvs.haskell.org/Hugs/downloads/2006-09/$pkgname-plus-Sep2006.tar.gz)
 md5sums=('e03e0ad79750d037237c47ebe33fa20e')
 
@@ -22,4 +23,6 @@
   ./configure --prefix=/usr --with-pthreads 
   make  || return 1
   make DESTDIR=$startdir/pkg install
+  
+  install -Dm644 License ${pkgdir}/usr/share/licenses/hugs98/license
 }




More information about the arch-commits mailing list