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

Giovanni Scafora giovanni at archlinux.org
Wed Sep 9 22:49:35 UTC 2009


    Date: Wednesday, September 9, 2009 @ 18:49:35
  Author: giovanni
Revision: 51617

upgpkg: zsh 4.3.10-2
    Fixed FS16109

Modified:
  zsh/trunk/PKGBUILD

----------+
 PKGBUILD |   39 ++++++++++++++++++++-------------------
 1 file changed, 20 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-09 22:43:22 UTC (rev 51616)
+++ PKGBUILD	2009-09-09 22:49:35 UTC (rev 51617)
@@ -4,33 +4,34 @@
 # Contributor: Jochem Kossen <j.kossen at home.nl>
 pkgname=zsh
 pkgver=4.3.10
-pkgrel=1
+pkgrel=2
 pkgdesc="A very advanced and programmable command interpreter (shell) for UNIX"
 arch=('i686' 'x86_64')
 url="http://www.zsh.org/"
 license=('custom')
-depends=('ncurses' 'gdbm' 'pcre')
-options=('!zipman')
-install="zsh.install"
+depends=('ncurses' 'pcre')
+install=zsh.install
 source=(ftp://ftp.zsh.org/pub/$pkgname-$pkgver.tar.bz2)
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --bindir=/bin \
-    --enable-etcdir=/etc/zsh \
-	--enable-zshenv=/etc/zsh/zshenv \
-    --enable-zlogin=/etc/zsh/zlogin \
-    --enable-zlogout=/etc/zsh/zlogout \
-    --enable-zprofile=/etc/profile \
-    --enable-zshrc=/etc/zsh/zshrc \
-    --enable-maildir-support \
-	--with-term-lib="ncursesw" \
-	--enable-multibyte \
-	--enable-function-subdirs \
-	--enable-zsh-mem \
-	--with-tcsetpgrp \
-    --enable-pcre \
-    --enable-zsh-secure-free
+  ./configure --prefix=/usr \
+              --bindir=/bin \
+              --enable-etcdir=/etc/zsh \
+	      --enable-zshenv=/etc/zsh/zshenv \
+              --enable-zlogin=/etc/zsh/zlogin \
+              --enable-zlogout=/etc/zsh/zlogout \
+              --enable-zprofile=/etc/profile \
+              --enable-zshrc=/etc/zsh/zshrc \
+              --enable-maildir-support \
+	      --with-term-lib="ncursesw" \
+	      --enable-multibyte \
+	      --enable-function-subdirs \
+	      --enable-zsh-mem \
+	      --with-tcsetpgrp \
+              --enable-pcre \
+              --enable-zsh-secure-free \
+	      --disable-gdbm
   make || return 1
   make DESTDIR="$pkgdir/" install
 




More information about the arch-commits mailing list