summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-25 21:01:27 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-25 21:01:27 +0100
commit756b156f7001291c547dda739845c6144d84574f (patch)
tree4447e5844b8b80b4f311fae734bb3eb0906ebb72 /base
parent03899d626e58479551c68e39eebb9b571aa0d04e (diff)
downloadnutyx-extra-756b156f7001291c547dda739845c6144d84574f.tar.gz
nutyx-extra-756b156f7001291c547dda739845c6144d84574f.tar.bz2
nutyx-extra-756b156f7001291c547dda739845c6144d84574f.tar.xz
nutyx-extra-756b156f7001291c547dda739845c6144d84574f.zip
maj cmake#2.6.4-2
Diffstat (limited to 'base')
-rw-r--r--base/cmake/.footprint26
-rwxr-xr-xbase/cmake/Pkgfile5
2 files changed, 17 insertions, 14 deletions
diff --git a/base/cmake/.footprint b/base/cmake/.footprint
index ff32004ce..9d47d60c8 100644
--- a/base/cmake/.footprint
+++ b/base/cmake/.footprint
@@ -4,18 +4,6 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/cmake
-rwxr-xr-x root/root usr/bin/cpack
-rwxr-xr-x root/root usr/bin/ctest
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/ccmake.1.gz
--rw-r--r-- root/root usr/man/man1/cmake.1.gz
--rw-r--r-- root/root usr/man/man1/cmakecommands.1.gz
--rw-r--r-- root/root usr/man/man1/cmakecompat.1.gz
--rw-r--r-- root/root usr/man/man1/cmakemodules.1.gz
--rw-r--r-- root/root usr/man/man1/cmakepolicies.1.gz
--rw-r--r-- root/root usr/man/man1/cmakeprops.1.gz
--rw-r--r-- root/root usr/man/man1/cmakevars.1.gz
--rw-r--r-- root/root usr/man/man1/cpack.1.gz
--rw-r--r-- root/root usr/man/man1/ctest.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/cmake-2.6/
drwxr-xr-x root/root usr/share/cmake-2.6/Modules/
@@ -399,3 +387,17 @@ drwxr-xr-x root/root usr/share/cmake-2.6/Templates/
-rw-r--r-- root/root usr/share/cmake-2.6/Templates/staticLibHeader.dsptemplate
drwxr-xr-x root/root usr/share/cmake-2.6/include/
-rw-r--r-- root/root usr/share/cmake-2.6/include/cmCPluginAPI.h
+drwxr-xr-x root/root usr/usr/
+drwxr-xr-x root/root usr/usr/share/
+drwxr-xr-x root/root usr/usr/share/man/
+drwxr-xr-x root/root usr/usr/share/man/man1/
+-rw-r--r-- root/root usr/usr/share/man/man1/ccmake.1.gz
+-rw-r--r-- root/root usr/usr/share/man/man1/cmake.1.gz
+-rw-r--r-- root/root usr/usr/share/man/man1/cmakecommands.1.gz
+-rw-r--r-- root/root usr/usr/share/man/man1/cmakecompat.1.gz
+-rw-r--r-- root/root usr/usr/share/man/man1/cmakemodules.1.gz
+-rw-r--r-- root/root usr/usr/share/man/man1/cmakepolicies.1.gz
+-rw-r--r-- root/root usr/usr/share/man/man1/cmakeprops.1.gz
+-rw-r--r-- root/root usr/usr/share/man/man1/cmakevars.1.gz
+-rw-r--r-- root/root usr/usr/share/man/man1/cpack.1.gz
+-rw-r--r-- root/root usr/usr/share/man/man1/ctest.1.gz
diff --git a/base/cmake/Pkgfile b/base/cmake/Pkgfile
index 16e2f15ff..749f5fda3 100755
--- a/base/cmake/Pkgfile
+++ b/base/cmake/Pkgfile
@@ -6,12 +6,13 @@
name=cmake
version=2.6.4
-release=1
+release=2
source=(http://www.cmake.org/files/v2.6/$name-$version.tar.gz)
build() {
cd $name-$version
- ./bootstrap --prefix=/usr
+ ./bootstrap --prefix=/usr \
+ --mandir=/usr/share/man
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/doc