libgcrypt: restore BBCLASSEXTEND
[openembedded.git] / recipes / libwpd / libwpd_0.8.4.bb
1 LICENSE = "LGPL"
2 DESCRIPTION = "libwpd is a C++ library designed to help process WordPerfect documents."
3 HOMEPAGE = "http://libwpd.sourceforge.net/index.html"
4
5 SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
6 DEPENDS = "libgsf"
7
8 inherit autotools pkgconfig
9
10
11 do_stage() {
12 autotools_stage_all
13 }