19 lines
655 B
Bash
19 lines
655 B
Bash
# Template file for 'pngquant'
|
|
pkgname=pngquant
|
|
version=2.10.0
|
|
revision=2
|
|
build_style=gnu-configure
|
|
create_wrksrc=yes
|
|
build_wrksrc="${pkgname}-${version}"
|
|
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 libimagequant-devel libpng-devel"
|
|
short_desc="Lossy PNG compressor"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-3"
|
|
homepage="https://pngquant.org/"
|
|
distfiles="https://github.com/pornel/${pkgname}/archive/${version}.tar.gz"
|
|
checksum=11de0e0819be02ac71eccb1fd3132d9625cf0991e10bda5f1fc566b66a40d549
|