# Template file for 'libabw' pkgname=libabw version=0.1.1 revision=1 build_style=gnu-configure short_desc="Library that parses the file format of AbiWord documents" maintainer="Enno Boland " license="MPL" homepage="https://wiki.documentfoundation.org/DLP/Libraries/libabw" distfiles="http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${version}.tar.xz" makedepends="librevenge-devel boost-devel libxml2-devel" hostmakedepends="libtool pkg-config perl gperf" checksum=cfc698c2dd4ab592138a941ae26e2e18c3dac69bc196b5167df7f5eb88fc217e libabw-devel_package() { depends="libabw>=${version}_${revision} $makedepends" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig vmove "usr/lib/*.so" } } libabw-tools_package() { short_desc+=" - tools" pkg_install() { vmove usr/bin } }