mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
New package: pngquant-2.7.1
This commit is contained in:
parent
015eece244
commit
92a743e4a4
1 changed files with 17 additions and 0 deletions
17
srcpkgs/pngquant/template
Normal file
17
srcpkgs/pngquant/template
Normal file
|
@ -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 <chneukirchen@gmail.com>"
|
||||||
|
license="GPL-3"
|
||||||
|
homepage="https://pngquant.org/"
|
||||||
|
distfiles="https://github.com/pornel/${pkgname}/archive/${version}.tar.gz"
|
||||||
|
checksum=e8645bea07ef255c102f053d3566ac00e64005aa0e68a2c9f00bc39e575f1dfd
|
Loading…
Add table
Reference in a new issue