testing/libemf2svg: needs cmake

This commit is contained in:
Leonardo Arena 2018-08-15 13:18:45 +00:00
parent aba5d36e36
commit 2e6bebcd2c

View File

@ -1,12 +1,12 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=libemf2svg
pkgver=1.1.0
pkgrel=0
pkgrel=1
pkgdesc="MS EMF (Enhanced Metafile) to SVG conversion library"
url="https://github.com/kakwa/libemf2svg"
arch="all"
license="GPL-2.0-only"
makedepends="gnu-libiconv-dev libpng-dev fontconfig-dev freetype-dev
makedepends="cmake gnu-libiconv-dev libpng-dev fontconfig-dev freetype-dev
argp-standalone"
subpackages="$pkgname-utils"
source="$pkgname-$pkgver.tar.gz::https://github.com/kakwa/libemf2svg/archive/$pkgver.tar.gz"