# Template build file for 'libjpeg-turbo'. pkgname=libjpeg-turbo version=1.2.0 homepage="http://libjpeg-turbo.virtualgl.org/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" build_style=gnu-configure configure_args="--with-jpeg8" short_desc="Derivative of libjpeg which uses SIMD instructions" maintainer="Juan RP " license="BSD" checksum=629db2a9b1295a1b0e5fa8dddda36c5da61a90536bef8295e0b209cbcd50f98e long_desc=" $pkgname is a derivative of libjpeg which uses SIMD instructions MMX, SSE2, etc. to accelerate baseline JPEG compression and decompression on x86, x86-64, and other supported systems. On such systems, $pkgname is generally 2-4x as fast as the unmodified version of libjpeg, all else being equal." build_requires=11 provides="jpeg-8" replaces="jpeg>=0" subpackages="${pkgname}-devel ${pkgname}-tools" Add_dependency build nasm post_install() { vinstall jpegint.h 644 usr/include vinstall README-turbo.txt 644 usr/share/licenses/${pkgname} rm -f ${DESTDIR}/usr/bin/tjbench rm -f ${DESTDIR}/usr/bin/jpegut rm -f ${DESTDIR}/usr/bin/jpgtest rm -f ${DESTDIR}/usr/lib/libturbojpeg* rm -f ${DESTDIR}/usr/include/turbojpeg.h }