# Template file for 'wv' pkgname=wv version=1.2.9 revision=1 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="libpng-devel>=1.6 libglib-devel libxml2-devel libgsf-devel" short_desc="A library which allows access to Microsoft Word files" homepage="http://wvware.sourceforge.net/" license="GPL-3" maintainer="davehome " distfiles="http://www.abisource.com/downloads/${pkgname}/${version}/${pkgname}-${version}.tar.gz" checksum=4c730d3b325c0785450dd3a043eeb53e1518598c4f41f155558385dd2635c19d long_desc=" wv is a library which allows access to Microsoft Word files. It can load and parse Word 2000, 97, 95 and 6 file formats. (These are the file formats known internally as Word 9, 8, 7 and 6.) There is some support for reading earlier formats as well: Word 2 docs are converted to plaintext." libwv_package() { short_desc+=" - Runtime library" pkg_install() { vmove "usr/lib/*.so.*" } } wv-devel_package() { depends="libgsf-devel libpng-devel zlib-devel libwv>=${version}_${revision}" short_desc+=" - Development files" pkg_install() { vmove usr/include vmove "usr/lib/*.a" vmove "usr/lib/*.so" vmove usr/lib/pkgconfig } }