diff --git a/srcpkgs/libjpeg-turbo/template b/srcpkgs/libjpeg-turbo/template index 3dc7f0314b5..a8ef6ca2fb6 100644 --- a/srcpkgs/libjpeg-turbo/template +++ b/srcpkgs/libjpeg-turbo/template @@ -1,7 +1,7 @@ # Template build file for 'libjpeg-turbo'. pkgname=libjpeg-turbo -version=1.3.0 -revision=6 +version=1.3.1 +revision=1 build_style=gnu-configure hostmakedepends="nasm" configure_args="--disable-static --with-jpeg8" @@ -12,9 +12,12 @@ maintainer="Juan RP " license="BSD" homepage="http://libjpeg-turbo.virtualgl.org/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=2657008cfc08aadbaca065bd9f8964b8a2c0abd03e73da5b5f09c1216be31234 +checksum=c132907417ddc40ed552fe53d6b91d5fecbb14a356a60ddc7ea50d6be9666fb9 + +do_install() { + make DESTDIR=${DESTDIR} docdir=/usr/share/doc/${pkgname} \ + exampledir=/usr/share/doc/${pkgname} install -post_install() { vinstall jpegint.h 644 usr/include vinstall README-turbo.txt 644 usr/share/licenses/${pkgname}