mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 02:52:58 +02:00
libabw: reduce dependencies
This commit is contained in:
parent
00379f4028
commit
02a1db3df6
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'libabw'
|
||||
pkgname=libabw
|
||||
version=0.1.3
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config perl gperf"
|
||||
makedepends="librevenge-devel boost-devel libxml2-devel"
|
||||
makedepends="librevenge-devel boost-devel-minimal libxml2-devel zlib-devel"
|
||||
short_desc="Library that parses the file format of AbiWord documents"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||
license="MPL-2.0"
|
||||
homepage="https://wiki.documentfoundation.org/DLP/Libraries/libabw"
|
||||
distfiles="http://dev-www.libreoffice.org/src/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
|
@ -19,7 +19,7 @@ pre_configure() {
|
|||
}
|
||||
|
||||
libabw-devel_package() {
|
||||
depends="libabw>=${version}_${revision} $makedepends"
|
||||
depends="libabw>=${version}_${revision} librevenge-devel libxml2-devel zlib-devel"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Add table
Reference in a new issue