cmake: taken over and 2.4.6 -> 2.4.7

This commit is contained in:
Danny Rawlins 2007-09-12 23:27:34 +10:00
parent c89a4cfc36
commit 7f053191af
3 changed files with 10 additions and 7 deletions

View File

@ -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

View File

@ -1 +1 @@
c99c747ad8e9bfb3bef9cca875a52129 cmake-2.4.6.tar.gz
4476c423b8f74266136964e42ea88028 cmake-2.4.7.tar.gz

View File

@ -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
}