mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
optipng: update to 0.7.8.
This commit is contained in:
parent
4b15d6e747
commit
ebcfee2105
1 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'optipng'
|
||||
pkgname=optipng
|
||||
version=0.7.7
|
||||
version=0.7.8
|
||||
revision=1
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="zlib-devel libpng-devel"
|
||||
short_desc="Advanced PNG Optimizer"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="zlib"
|
||||
homepage="http://optipng.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=4f32f233cef870b3f95d3ad6428bfe4224ef34908f1b42b0badf858216654452
|
||||
license="Zlib"
|
||||
homepage="https://optipng.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/optipng/optipng-${version}.tar.gz"
|
||||
checksum=25a3bd68481f21502ccaa0f4c13f84dcf6b20338e4c4e8c51f2cefbd8513398c
|
||||
|
||||
do_configure() {
|
||||
./configure -prefix=/usr -mandir=/usr/share/man -with-system-libpng -with-system-zlib
|
||||
|
|
Loading…
Add table
Reference in a new issue