mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
optipng: rebuild against libpng-1.6.
This commit is contained in:
parent
2b9f900758
commit
30efb6e812
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'optipng'
|
# Template file for 'optipng'
|
||||||
pkgname=optipng
|
pkgname=optipng
|
||||||
version=0.7.4
|
version=0.7.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="-prefix=/usr -mandir=/usr/share/man -with-system-libpng -with-system-zlib"
|
configure_args="-prefix=/usr -mandir=/usr/share/man -with-system-libpng -with-system-zlib"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="zlib-devel libpng-devel"
|
makedepends="zlib-devel libpng-devel>=1.6"
|
||||||
short_desc="Advanced PNG Optimizer"
|
short_desc="Advanced PNG Optimizer"
|
||||||
maintainer="pancake <pancake@nopcode.org>"
|
maintainer="pancake <pancake@nopcode.org>"
|
||||||
license="zlib"
|
license="zlib"
|
||||||
|
@ -15,6 +15,6 @@ checksum=520b5d5a9405dbdc5c905dd0cff87211e69c4ed2059744037510e613fe8237ff
|
||||||
|
|
||||||
optipng_package() {
|
optipng_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue