blob: f54cfe58226cfc57370e42b8136a389d98fcf91a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
LICENSE = "LGPL"
DESCRIPTION = "libwpd is a C++ library designed to help process WordPerfect documents."
HOMEPAGE = "http://libwpd.sourceforge.net/index.html"
SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
DEPENDS = "libgsf"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}
|