vp-build/srcpkgs/pngquant/template

20 lines
635 B
Bash

# Template file for 'pngquant'
pkgname=pngquant
version=2.12.2
revision=1
build_style=gnu-configure
configure_args="--with-openmp"
makedepends="lcms2-devel libgomp-devel libimagequant-devel libpng-devel"
short_desc="Lossy PNG compressor"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-3.0-or-later"
homepage="https://pngquant.org/"
distfiles="https://github.com/pornel/${pkgname}/archive/${version}.tar.gz"
checksum=5edf7c5bffd07e5d28fcc6d4d94a187c30b532c52ac986b3e45aff3dce0567dc
make_check_target=test
case "$XBPS_TARGET_MACHINE" in
x86_64*) configure_args+=" --enable-sse";;
*) configure_args+=" --disable-sse";;
esac