void-packages/srcpkgs/optipng/template

25 lines
632 B
Plaintext

# Template file for 'optipng'
pkgname=optipng
version=0.7.5
revision=2
hostmakedepends="pkg-config"
makedepends="zlib-devel libpng-devel>=1.6"
short_desc="Advanced PNG Optimizer"
maintainer="Juan RP <xtraeme@gmail.com>"
license="zlib"
homepage="http://optipng.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=74e54b798b012dff8993fb8d90185ca83f18cfa4935f4a93b0bcfc33c849619d
do_configure() {
./configure -prefix=/usr -mandir=/usr/share/man -with-system-libpng -with-system-zlib
}
do_build() {
make LD="$CC" ${makejobs}
}
do_install() {
make LD="$CC" DESTDIR=$DESTDIR install
}