Skip to content
Snippets Groups Projects
Commit 378cc0a9 authored by Sertonix's avatar Sertonix Committed by Natanael Copa
Browse files

community/libwmf: split libwmflite

parent 0f8719e3
No related branches found
No related tags found
1 merge request!64067community/libwmf: fix fontdir and libwmflite split
Pipeline #228682 skipped
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libwmf
pkgver=0.2.13
pkgrel=0
pkgrel=1
pkgdesc="A library for reading vector images in Microsoft's native Windows Metafile Format (WMF)."
url="https://wvware.sourceforge.net/libwmf.html"
arch="all"
......@@ -15,7 +15,10 @@ makedepends="
libpng-dev
libtool
"
subpackages="$pkgname-dev"
subpackages="
$pkgname-dev
libwmflite:_lite
"
source="$pkgname-$pkgver.tar.gz::https://github.com/caolanm/libwmf/archive/v$pkgver.tar.gz
Fix-font-installation-dir.patch
"
......@@ -41,6 +44,11 @@ package() {
make -j1 DESTDIR="$pkgdir" install
}
_lite() {
pkgdesc="A library for parsing Windows MetaFile vector graphics (WMF)."
amove usr/lib/libwmflite*
}
sha512sums="
f45a936c9bc98fc1a5f2b0808b497119e4dcd3c132615fdddb7583e5719c7d1d7f85c16ebf313cad453e5b7ae3508bf6b80c4ed2b42322b7dec295d8f4eb86ce libwmf-0.2.13.tar.gz
9330dce774ac70a1c70a5c4bc54a5a597fee5ab6c702464d6fd6ee204c4160798ae7ec9a107a61328d7b7b5d41898ac27f3fa152343f707f7bfe2a21291d7843 Fix-font-installation-dir.patch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment