From: Koen Kooi Date: Mon, 15 Jan 2007 00:31:30 +0000 (+0000) Subject: wv: add 1.2.0, from Poky, ran through oe-stylize.py X-Git-Tag: Release-2010-05/1~9352^2~21^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8df84b1a2c7d93b25322584146586fbf2ac90163;p=openembedded.git wv: add 1.2.0, from Poky, ran through oe-stylize.py --- 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 +} +