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

Allan McRae allan at archlinux.org
Sun Aug 17 06:21:34 UTC 2008


    Date: Sunday, August 17, 2008 @ 02:21:34
  Author: allan
Revision: 9337

upgpkg: octave 2.1.73-6
    ncurses rebuild

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-17 06:19:11 UTC (rev 9336)
+++ PKGBUILD	2008-08-17 06:21:34 UTC (rev 9337)
@@ -3,7 +3,7 @@
 
 pkgname=octave
 pkgver=2.1.73
-pkgrel=5
+pkgrel=6
 pkgdesc="Octave is a high-level language, primarily intended for numerical computations."
 arch=(i686 x86_64)
 url="http://www.octave.org"
@@ -29,7 +29,9 @@
         --prefix=/usr \
         --enable-shared \
         --enable-dl \
-	--without-hdf5
+	--without-hdf5 \
+	--mandir=/usr/share/man \
+	--infodir=/usr/share/info 
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
 
@@ -40,4 +42,5 @@
   	${startdir}/pkg/usr/share/applications/ || return 1
   install -m644 ${startdir}/src/octave.png \
 	${startdir}/pkg/usr/share/pixmaps/ || return 1
+  rm ${pkgdir}/usr/share/info/dir
 }




More information about the arch-commits mailing list