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

Allan McRae allan at archlinux.org
Mon Aug 18 08:34:30 UTC 2008


    Date: Monday, August 18, 2008 @ 04:34:29
  Author: allan
Revision: 9705

upgpkg: cmake 2.6.0-2
    ncurses rebuild

Modified:
  cmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-18 08:32:15 UTC (rev 9704)
+++ PKGBUILD	2008-08-18 08:34:29 UTC (rev 9705)
@@ -4,7 +4,7 @@
 
 pkgname=cmake
 pkgver=2.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="CMake is a cross-platform open-source make system"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -14,7 +14,7 @@
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  ./bootstrap --prefix=/usr
+  ./bootstrap --prefix=/usr --mandir=/share/man --docdir=/share/cmake-2.6/doc
   make || return 1
   make DESTDIR=$startdir/pkg install
 




More information about the arch-commits mailing list