summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cwautomacros/cwautomacros_20090610.bb
blob: 9c03eece533c81ae958b9b1a9cd5f55228143730 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "cwautomacros"
SECTION = "base"
HOMEPAGE = "http://cwautomacros.berlios.de/"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a"

SRC_URI = http://download.berlios.de/cwautomacros/cwautomacros-${PV}.tar.bz2

PR = "r0"

do_install() {
	oe_runmake CWAUTOMACROSPREFIX=${D}${prefix} install
}

BBCLASSEXTEND = "native"