blob: 4e6ee91a4f309ed9946757926d7a233f7030df2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
}
|