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

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