mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 02:52:58 +02:00
libwpd: fix build depends
This commit is contained in:
parent
9f1dc1695d
commit
3a759bc3ab
1 changed files with 3 additions and 3 deletions
|
@ -4,16 +4,16 @@ version=0.10.3
|
|||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="librevenge-devel"
|
||||
makedepends="librevenge-devel boost-devel-minimal"
|
||||
short_desc="Library for importing WordPerfect documents"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||
license="MPL-2.0, LGPL-2.1"
|
||||
homepage="http://libwpd.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/libwpd/libwpd-${version}.tar.xz"
|
||||
checksum=2465b0b662fdc5d4e3bebcdc9a79027713fb629ca2bff04a3c9251fdec42dd09
|
||||
|
||||
libwpd-devel_package() {
|
||||
depends="libwpd>=${version}_${revision} $makedepends"
|
||||
depends="libwpd>=${version}_${revision} librevenge-devel"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Add table
Reference in a new issue