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

Eric Belanger eric at archlinux.org
Fri Nov 9 03:33:34 UTC 2007


    Date: Thursday, November 8, 2007 @ 22:33:34
  Author: eric
    Path: /home/cvs-extra/extra/devel/happy

Modified: PKGBUILD (1.1 -> 1.2)

upgpkg: happy 1.16-1
added license file


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


Index: extra/devel/happy/PKGBUILD
diff -u extra/devel/happy/PKGBUILD:1.1 extra/devel/happy/PKGBUILD:1.2
--- extra/devel/happy/PKGBUILD:1.1	Tue Nov  6 07:15:00 2007
+++ extra/devel/happy/PKGBUILD	Thu Nov  8 22:33:34 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.1 2007/11/06 12:15:00 simo Exp $
+# $Id: PKGBUILD,v 1.2 2007/11/09 03:33:34 eric Exp $
 # Maintainer: simo <simo at archlinux.org>
 # Contributor: Vesa Kaihlavirta <vegai at iki.fi>
  
@@ -8,7 +8,7 @@
 pkgdesc="The Parser Generator for Haskell"
 url="http://www.haskell.org/happy/"
 arch=('i686' 'x86_64')
-license="BSD"
+license=("BSD")
 depends=(gmp bash)
 makedepends=(ghc)
 conflicts=()
@@ -26,4 +26,6 @@
   ./Setup.lhs build || return 1
   # Install package
   ./Setup.lhs copy --copy-prefix=$startdir/pkg/usr
+  # Install license
+  install -D -m644 LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 }




More information about the arch-commits mailing list