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

Allan McRae allan at archlinux.org
Sun Aug 17 02:47:17 UTC 2008


    Date: Saturday, August 16, 2008 @ 22:47:16
  Author: allan
Revision: 9014

upgpkg: readline 5.2-8
    ncurses rebuild

Modified:
  readline/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-17 02:46:23 UTC (rev 9013)
+++ PKGBUILD	2008-08-17 02:47:16 UTC (rev 9014)
@@ -2,7 +2,7 @@
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=readline
 pkgver=5.2
-pkgrel=7
+pkgrel=8
 pkgdesc="GNU readline library"
 arch=(i686 x86_64)
 url="ftp://ftp.cwru.edu/pub/bash/"
@@ -44,7 +44,9 @@
   for i in 001 002 003 004 005 006 007 008 009 010 011 012; do
     patch -Np2 -i ${startdir}/src/readline52-${i} || return 1
   done
-  ./configure --prefix=/usr
+  
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+    --infodir=/usr/share/info
   make SHLIB_LIBS=-lncurses || return 1
   make DESTDIR=${startdir}/pkg install || return 1
   
@@ -56,4 +58,6 @@
   mv -v usr/lib/lib{readline,history}.so.5* lib/
   ln -svf ../../lib/libreadline.so.5 usr/lib/libreadline.so
   ln -svf ../../lib/libhistory.so.5 usr/lib/libhistory.so
+  
+  rm -f ${pkgdir}/usr/share/info/dir
 }




More information about the arch-commits mailing list