summaryrefslogtreecommitdiffstats
path: root/base/cmake/Pkgfile
diff options
context:
space:
mode:
authorfanch <fanchyannmaria at orange dot fr>2010-02-11 08:37:51 +0100
committerfanch <fanchyannmaria at orange dot fr>2010-02-11 08:37:51 +0100
commitaea876bbfefeda312fce05e91d0cdea58024af30 (patch)
treede46281dd110f8272ffc6cc920a26d7a9a548544 /base/cmake/Pkgfile
parentd12e936f1864b8643f6d435a63ac5148d0022b41 (diff)
parent03099ce965b66439b57b75076d73cc544fd950f1 (diff)
downloadnutyx-pakxe-aea876bbfefeda312fce05e91d0cdea58024af30.tar.gz
nutyx-pakxe-aea876bbfefeda312fce05e91d0cdea58024af30.tar.bz2
nutyx-pakxe-aea876bbfefeda312fce05e91d0cdea58024af30.tar.xz
nutyx-pakxe-aea876bbfefeda312fce05e91d0cdea58024af30.zip
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'base/cmake/Pkgfile')
-rwxr-xr-xbase/cmake/Pkgfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/base/cmake/Pkgfile b/base/cmake/Pkgfile
index 0a202323b..49a73d9d6 100755
--- a/base/cmake/Pkgfile
+++ b/base/cmake/Pkgfile
@@ -6,13 +6,15 @@
name=cmake
version=2.8.0
-release=1
+release=2
source=(http://www.cmake.org/files/v2.8/$name-$version.tar.gz)
build() {
cd $name-$version
./bootstrap --prefix=/usr \
- --mandir=/usr/share/man
+ --mandir=/usr/share/man \
+ --system-libs \
+ --parallel=2
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/doc