libjpeg-turbo: update to 1.3.1.
This commit is contained in:
parent
ca1b079bfe
commit
61f9fc139b
1 changed files with 7 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'libjpeg-turbo'.
|
# Template build file for 'libjpeg-turbo'.
|
||||||
pkgname=libjpeg-turbo
|
pkgname=libjpeg-turbo
|
||||||
version=1.3.0
|
version=1.3.1
|
||||||
revision=6
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="nasm"
|
hostmakedepends="nasm"
|
||||||
configure_args="--disable-static --with-jpeg8"
|
configure_args="--disable-static --with-jpeg8"
|
||||||
|
@ -12,9 +12,12 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://libjpeg-turbo.virtualgl.org/"
|
homepage="http://libjpeg-turbo.virtualgl.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
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 jpegint.h 644 usr/include
|
||||||
vinstall README-turbo.txt 644 usr/share/licenses/${pkgname}
|
vinstall README-turbo.txt 644 usr/share/licenses/${pkgname}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue