void-packages/srcpkgs/libjpeg-turbo/template
2012-07-04 09:31:37 +02:00

34 lines
1.1 KiB
Plaintext

# Template build file for 'libjpeg-turbo'.
pkgname=libjpeg-turbo
version=1.2.1
revision=1
provides="jpeg-8"
replaces="jpeg>=0"
subpackages="${pkgname}-devel ${pkgname}-tools"
build_style=gnu-configure
configure_args="--with-jpeg8"
makedepends="nasm"
short_desc="Derivative of libjpeg which uses SIMD instructions"
maintainer="Juan RP <xtraeme@gmail.com>"
license="BSD"
homepage="http://libjpeg-turbo.virtualgl.org/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=cb3323f054a02cedad193bd0ca418d46934447f995d19e678ea64f78e4903770
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."
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
}