[oe-commits] org.oe.dreambox cmake: add cmake 2.6.0

tmbinc commit oe at amethyst.openembedded.net
Wed Jun 11 15:44:39 UTC 2008


cmake: add cmake 2.6.0

Author: tmbinc at openembedded.org
Branch: org.openembedded.dreambox
Revision: c071abe874d5add4964d3bb83842d9c8df604340
ViewMTN: http://monotone.openembedded.org/revision/info/c071abe874d5add4964d3bb83842d9c8df604340
Files:
1
packages/cmake/cmake-native_2.6.0.bb
Diffs:

#
# mt diff -rb5a189f31316f0bd6b3abf950b967d404b788fd3 -rc071abe874d5add4964d3bb83842d9c8df604340
#
#
#
# add_file "packages/cmake/cmake-native_2.6.0.bb"
#  content [bba7e4a8ea6f18d603eb154bccbe0bb1bcfbb75c]
#
============================================================
--- packages/cmake/cmake-native_2.6.0.bb	bba7e4a8ea6f18d603eb154bccbe0bb1bcfbb75c
+++ packages/cmake/cmake-native_2.6.0.bb	bba7e4a8ea6f18d603eb154bccbe0bb1bcfbb75c
@@ -0,0 +1,21 @@
+# cppunit OE build file
+# Copyright (C) 2005, Koninklijke Philips Electronics NV.  All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+
+DESCRIPTION = "A cross-platform, open-source make system"
+HOMEPAGE = "http://www.cmake.org/"
+LICENSE = "Berkely-style license"
+SECTION = "console/utils"
+MAINTAINER = "Eddy Pronk <epronk at muftor.com>"
+
+SRC_URI = "http://www.cmake.org/files/v2.6/cmake-${PV}.tar.gz"
+
+inherit autotools
+
+S = "${WORKDIR}/cmake-${PV}"
+
+inherit native
+
+do_configure () {
+	./configure --prefix=${base_prefix} || die "./bootstrap failed"
+}






More information about the Openembedded-commits mailing list