summaryrefslogtreecommitdiff
path: root/packages/wv/wv_1.2.0.bb
blob: 10c3264766c0668c8251c7c72168314d977855eb (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}