summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cwautomacros/cwautomacros_20090610.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/cwautomacros/cwautomacros_20090610.bb')
-rw-r--r--meta/recipes-extended/cwautomacros/cwautomacros_20090610.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-extended/cwautomacros/cwautomacros_20090610.bb b/meta/recipes-extended/cwautomacros/cwautomacros_20090610.bb
new file mode 100644
index 0000000000..9c03eece53
--- /dev/null
+++ b/meta/recipes-extended/cwautomacros/cwautomacros_20090610.bb
@@ -0,0 +1,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"