blob: f7b948f0af3cbc990fe114d682e43c4a69c76172 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
LICENSE = "GPLv2"
DEPENDS = "libgsf"
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
}
|