summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb')
-rw-r--r--meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb b/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb
new file mode 100644
index 0000000000..4e12169302
--- /dev/null
+++ b/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb
@@ -0,0 +1,19 @@
1SUMMARY = "Collection of autoconf m4 macros"
2SECTION = "base"
3HOMEPAGE = "http://cwautomacros.berlios.de/"
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a"
6
7SRC_URI = "http://download.berlios.de/cwautomacros/cwautomacros-${PV}.tar.bz2"
8SRC_URI[md5sum] = "074afcb50d0a8bff10786a2954b2b02d"
9SRC_URI[sha256sum] = "3115603b891f3a163c0bbb5fea2f3742113a183fa6745ee5e89e5f6d0e9f6121"
10
11do_configure() {
12 :
13}
14
15do_install() {
16 oe_runmake CWAUTOMACROSPREFIX=${D}${prefix} install
17}
18
19BBCLASSEXTEND = "native"