summaryrefslogtreecommitdiffstats
path: root/base/cmake/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-10 20:26:55 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-10 20:26:55 +0100
commit95abc82991a507ac95029b6fc941a9d1094e4a3b (patch)
treeb7e8504a55bf1ba32c56338fbb62b6efe75ad93b /base/cmake/Pkgfile
parentcc3e170c711ceac641de44f2baefbedc507aa44b (diff)
parent10650457c5f635044485eee151a31e6e461d8363 (diff)
downloadnutyx-pakxe-95abc82991a507ac95029b6fc941a9d1094e4a3b.tar.gz
nutyx-pakxe-95abc82991a507ac95029b6fc941a9d1094e4a3b.tar.bz2
nutyx-pakxe-95abc82991a507ac95029b6fc941a9d1094e4a3b.tar.xz
nutyx-pakxe-95abc82991a507ac95029b6fc941a9d1094e4a3b.zip
Merge commit 'lesibel/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