blob: 9be164437d0270185336dcb96921b067beb5a2ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
LICENSE = "LGPL"
DESCRIPTION = "libwpd is a C++ library designed to help process WordPerfect documents."
HOMEPAGE = "http://libwpd.sourceforge.net/index.html"
MAINTAINER = "Koen Kooi <koen@dominion.kabel.utwente.nl>"
SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}
|