aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cmake/cmake-native_2.2.2.bb
blob: 743316f6dc4556a2b50957acf55746c5299dc7c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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@muftor.com>"

SRC_URI = "http://www.cmake.org/files/v2.2/cmake-2.2.1.tar.gz"

inherit autotools

S = "${WORKDIR}/cmake-2.2.1"

inherit native

do_configure () {
	./configure --prefix=${base_prefix} || die "./bootstrap failed"
}