summaryrefslogtreecommitdiff
path: root/cmake/Pkgfile
diff options
context:
space:
mode:
authorAntti Nykanen <aon@iki.fi>2008-10-14 13:26:23 +0300
committerAntti Nykanen <aon@iki.fi>2008-10-14 17:43:13 +0300
commit6ad77c9e50c930c30b7262a1bb1e063045924ec4 (patch)
tree675302a02aa001aee4881a88c1bade28d695548c /cmake/Pkgfile
parent4cb15c920dcc357a81e388ea8cc36c53270aab1d (diff)
downloadopt-6ad77c9e50c930c30b7262a1bb1e063045924ec4.tar.gz
opt-6ad77c9e50c930c30b7262a1bb1e063045924ec4.tar.xz
cmake: new port
Diffstat (limited to 'cmake/Pkgfile')
-rw-r--r--cmake/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/cmake/Pkgfile b/cmake/Pkgfile
new file mode 100644
index 000000000..7fd0524b9
--- /dev/null
+++ b/cmake/Pkgfile
@@ -0,0 +1,19 @@
+# Description: A cross-platform, open-source make system.
+# URL: http://www.cmake.org/
+# Maintainer: Antti Nykanen, aon at iki dot fi
+# Packager: Mark Rosenstand, mark at borkware dot net
+# Depends on: ncurses
+
+name=cmake
+version=2.6.2
+release=1
+source=(http://www.cmake.org/files/v${version%.*}/cmake-$version.tar.gz)
+
+build() {
+ cd cmake-$version
+ ./bootstrap --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/usr/doc
+}
+

Generated by cgit