From 8df84b1a2c7d93b25322584146586fbf2ac90163 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 15 Jan 2007 00:31:30 +0000 Subject: [PATCH] wv: add 1.2.0, from Poky, ran through oe-stylize.py --- packages/wv/.mtn2git_empty | 0 packages/wv/wv_1.2.0.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+) create mode 100644 packages/wv/.mtn2git_empty create mode 100644 packages/wv/wv_1.2.0.bb diff --git a/packages/wv/.mtn2git_empty b/packages/wv/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 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 +} + -- 2.39.5