summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Rawlins <romster@shortcircuit.net.au>2007-09-12 23:27:34 +1000
committerDanny Rawlins <romster@shortcircuit.net.au>2007-09-12 23:27:34 +1000
commit7f053191af9f1b598965a3887b062c0db7eededa (patch)
treeee21c99e7bccf32c46f5f9671eafdc7bcf4e4d21
parentc89a4cfc36ebe6479eff83c0b44ebb8de2399c66 (diff)
downloadcontrib-7f053191af9f1b598965a3887b062c0db7eededa.tar.gz
contrib-7f053191af9f1b598965a3887b062c0db7eededa.tar.xz
cmake: taken over and 2.4.6 -> 2.4.7
-rw-r--r--cmake/.footprint1
-rw-r--r--cmake/.md5sum2
-rw-r--r--cmake/Pkgfile14
3 files changed, 10 insertions, 7 deletions
diff --git a/cmake/.footprint b/cmake/.footprint
index 87955046d..f91147c22 100644
--- a/cmake/.footprint
+++ b/cmake/.footprint
@@ -145,6 +145,7 @@ drwxr-xr-x root/root usr/share/cmake-2.4/Modules/
-rw-r--r-- root/root usr/share/cmake-2.4/Modules/FindPerlLibs.cmake
-rw-r--r-- root/root usr/share/cmake-2.4/Modules/FindPhysFS.cmake
-rw-r--r-- root/root usr/share/cmake-2.4/Modules/FindPike.cmake
+-rw-r--r-- root/root usr/share/cmake-2.4/Modules/FindPkgConfig.cmake
-rw-r--r-- root/root usr/share/cmake-2.4/Modules/FindPythonInterp.cmake
-rw-r--r-- root/root usr/share/cmake-2.4/Modules/FindPythonLibs.cmake
-rw-r--r-- root/root usr/share/cmake-2.4/Modules/FindQt.cmake
diff --git a/cmake/.md5sum b/cmake/.md5sum
index 2504278ce..b60da3cc6 100644
--- a/cmake/.md5sum
+++ b/cmake/.md5sum
@@ -1 +1 @@
-c99c747ad8e9bfb3bef9cca875a52129 cmake-2.4.6.tar.gz
+4476c423b8f74266136964e42ea88028 cmake-2.4.7.tar.gz
diff --git a/cmake/Pkgfile b/cmake/Pkgfile
index db362c5f1..a45d6e1a1 100644
--- a/cmake/Pkgfile
+++ b/cmake/Pkgfile
@@ -1,12 +1,13 @@
-# Description: A cross-platform, open-source make system
-# URL: http://www.cmake.org/
-# Maintainer: Mark Rosenstand, mark at borkware dot net
-# Depends on: ncurses
+# Description: A cross-platform, open-source make system.
+# URL: http://www.cmake.org/
+# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
+# Packager: Mark Rosenstand, mark at borkware dot net
+# Depends on: ncurses
name=cmake
-version=2.4.6
+version=2.4.7
release=1
-source=(http://www.cmake.org/files/v2.4/cmake-$version.tar.gz)
+source=(http://www.cmake.org/files/v${version%.*}/cmake-$version.tar.gz)
build() {
cd cmake-$version
@@ -15,3 +16,4 @@ build() {
make DESTDIR=$PKG install
rm -r $PKG/usr/doc
}
+

Generated by cgit