summaryrefslogtreecommitdiff
path: root/packages/wv/wv_1.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/wv/wv_1.2.0.bb')
-rw-r--r--packages/wv/wv_1.2.0.bb12
1 files changed, 12 insertions, 0 deletions
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
+}
+