Qtopia/X11: Install the right Qtopia XSession start script as well
[vuplus_openembedded] / packages / cmake / cmake.inc
1 # cppunit OE build file
2 # Copyright (C) 2005, Koninklijke Philips Electronics NV.  All Rights Reserved
3 # Released under the MIT license (see packages/COPYING)
4
5 DESCRIPTION = "A cross-platform, open-source make system"
6 HOMEPAGE = "http://www.cmake.org/"
7 LICENSE = "Berkely-style license"
8 SECTION = "console/utils"
9
10 SRC_URI = "http://www.cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz"
11
12 inherit autotools
13
14 S = "${WORKDIR}/cmake-${PV}"
15
16 do_configure () {
17         ./configure --prefix=${base_prefix} || die "./bootstrap failed"
18 }