wv: add 1.2.0, from Poky, ran through oe-stylize.py
authorKoen Kooi <koen@openembedded.org>
Mon, 15 Jan 2007 00:31:30 +0000 (00:31 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 15 Jan 2007 00:31:30 +0000 (00:31 +0000)
packages/wv/.mtn2git_empty [new file with mode: 0644]
packages/wv/wv_1.2.0.bb [new file with mode: 0644]

diff --git a/packages/wv/.mtn2git_empty b/packages/wv/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/wv/wv_1.2.0.bb b/packages/wv/wv_1.2.0.bb
new file mode 100644 (file)
index 0000000..10c3264
--- /dev/null
@@ -0,0 +1,12 @@
+LICENSE = "GPLv2"
+
+SRC_URI = "http://switch.dl.sourceforge.net/sourceforge/wvware/wv-${PV}.tar.gz"
+
+S = "${WORKDIR}/${PN}-${PV}"
+
+inherit autotools pkgconfig
+
+do_stage () {
+        autotools_stage_all
+}
+