summaryrefslogtreecommitdiff
path: root/packages/wv
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-01-22 10:04:30 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-01-22 10:04:30 +0000
commitc3be2a552db104291accd82b2e674d31d5527fcc (patch)
tree422e82bf481b26c2a0e883d60b459cbc243d436e /packages/wv
parent3a508238c49e86e0476319bfe71a24fdfdd56b66 (diff)
parent4693c8ab28f246ce11a0b80b27ab6127aea14c52 (diff)
merge of '77df6e755fc8272db3fd5e4c3b0620b4453ca180'
and 'f0261ce1c4acd6350d91bdaaf2939442d84a222d'
Diffstat (limited to 'packages/wv')
-rw-r--r--packages/wv/.mtn2git_empty0
-rw-r--r--packages/wv/wv_1.2.0.bb12
2 files changed, 12 insertions, 0 deletions
diff --git a/packages/wv/.mtn2git_empty b/packages/wv/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/wv/.mtn2git_empty
diff --git a/packages/wv/wv_1.2.0.bb b/packages/wv/wv_1.2.0.bb
new file mode 100644
index 0000000000..10c3264766
--- /dev/null
+++ b/packages/wv/wv_1.2.0.bb
@@ -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
+}
+