mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-05 19:43:07 +02:00
libmspub: reduce dependencies
This commit is contained in:
parent
fcdd38fb1b
commit
52a34ba1f3
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'libmspub'
|
# Template file for 'libmspub'
|
||||||
pkgname=libmspub
|
pkgname=libmspub
|
||||||
version=0.1.4
|
version=0.1.4
|
||||||
revision=12
|
revision=13
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="icu-devel boost-devel librevenge-devel zlib-devel"
|
makedepends="icu-devel boost-devel-minimal librevenge-devel zlib-devel"
|
||||||
short_desc="Library for parsing the mspub file structure"
|
short_desc="Library for parsing the mspub file structure"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="MPL-2.0"
|
license="MPL-2.0"
|
||||||
|
@ -13,7 +13,8 @@ distfiles="https://dev-www.libreoffice.org/src/${pkgname}-${version}.tar.xz"
|
||||||
checksum=ef36c1a1aabb2ba3b0bedaaafe717bf4480be2ba8de6f3894be5fd3702b013ba
|
checksum=ef36c1a1aabb2ba3b0bedaaafe717bf4480be2ba8de6f3894be5fd3702b013ba
|
||||||
|
|
||||||
libmspub-devel_package() {
|
libmspub-devel_package() {
|
||||||
depends="libmspub>=${version}_${revision} $makedepends"
|
depends="libmspub>=${version}_${revision} librevenge-devel
|
||||||
|
icu-devel zlib-devel"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue