From 92a743e4a45f3cb8932205821901f23573f3292f Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 1 Sep 2016 13:53:57 +0200 Subject: [PATCH] New package: pngquant-2.7.1 --- srcpkgs/pngquant/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/pngquant/template diff --git a/srcpkgs/pngquant/template b/srcpkgs/pngquant/template new file mode 100644 index 00000000000..5c3cd7d50eb --- /dev/null +++ b/srcpkgs/pngquant/template @@ -0,0 +1,17 @@ +# Template file for 'pngquant' +pkgname=pngquant +version=2.7.1 +revision=1 +build_style=gnu-configure +configure_args="--with-openmp" +case "$XBPS_TARGET_MACHINE" in + x86_64*) configure_args+=" --enable-sse";; + *) configure_args+=" --disable-sse";; +esac +makedepends="lcms2-devel libgomp-devel libpng-devel" +short_desc="Lossy PNG compressor" +maintainer="Christian Neukirchen " +license="GPL-3" +homepage="https://pngquant.org/" +distfiles="https://github.com/pornel/${pkgname}/archive/${version}.tar.gz" +checksum=e8645bea07ef255c102f053d3566ac00e64005aa0e68a2c9f00bc39e575f1dfd