[arch-commits] CVS update of core/base/ncurses (PKGBUILD)

Thomas Baechler thomas at archlinux.org
Mon Sep 17 18:30:53 UTC 2007


    Date: Monday, September 17, 2007 @ 14:30:53
  Author: thomas
    Path: /home/cvs-core/core/base/ncurses

Modified: PKGBUILD (1.23 -> 1.24)

upgpkg: ncurses 5.6-3
rebuild to add to base package group


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


Index: core/base/ncurses/PKGBUILD
diff -u core/base/ncurses/PKGBUILD:1.23 core/base/ncurses/PKGBUILD:1.24
--- core/base/ncurses/PKGBUILD:1.23	Sun Sep 16 15:17:25 2007
+++ core/base/ncurses/PKGBUILD	Mon Sep 17 14:30:52 2007
@@ -1,15 +1,14 @@
-# $Id: PKGBUILD,v 1.23 2007/09/16 19:17:25 thomas Exp $
+# $Id: PKGBUILD,v 1.24 2007/09/17 18:30:52 thomas Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=ncurses
 pkgver=5.6
-pkgrel=2
+pkgrel=3
 pkgdesc="A System V Release 4.0 curses emulation library"
 arch=(i686 x86_64)
 url="http://www.gnu.org/software/ncurses/ncurses.html"
 license=('MIT')
 groups=('base')
 depends=('glibc')
-install=ncurses.install
 source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('b6593abe1089d6aab1551c105c9300e3')
 
@@ -61,5 +60,5 @@
   # install license, rip it from the readme
   cd $startdir/src/$pkgname-$pkgver
   mkdir -p $startdir/pkg/usr/share/licenses/$pkgname
-  grep -B 100 '$Id' $startdir/pkg/usr/share/licenses/$pkgname/license.txt
+  grep -B 100 '$Id' README > $startdir/pkg/usr/share/licenses/$pkgname/license.txt
 }




More information about the arch-commits mailing list