aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pdf2svg/APKBUILD
blob: b2586b415cf321c75f606e866ff93f0ce344da0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
# Contributor: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
pkgname=pdf2svg
pkgver=0.2.3
pkgrel=0
pkgdesc="A simple PDF to SVG converter using Poppler and Cairo"
url="http://www.cityinthesky.co.uk/opensource/pdf2svg/"
arch="all"
license="GPL-2.0-only"
makedepends="
	cairo-dev
	poppler-dev
	autoconf
	automake
	"
source="
	$pkgname-$pkgver.tar.gz::https://github.com/dawbarton/pdf2svg/archive/v$pkgver.tar.gz
	"
options="!check" # Unit tests are currently empty

build() {
	./configure --prefix /usr
	make
}

check() {
	make check
}

package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="e8f0cc34c112c7d9ae02396ca587f1354462add882501f003b0173e05ebb09c09456dc1736679674fec5a2c04bdc0ef4141266090ba7efeba8b194ee602f5ee2  pdf2svg-0.2.3.tar.gz"