libjpeg-turbo: provide turbojpeg.h, required by VirtualGL.

This commit is contained in:
Juan RP 2013-06-17 16:38:30 +02:00
parent 74ce329fb6
commit d62e175369
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template build file for 'libjpeg-turbo'.
pkgname=libjpeg-turbo
version=1.3.0
revision=2
revision=3
build_style=gnu-configure
configure_args="--disable-static --with-jpeg8"
if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
@ -22,7 +22,6 @@ post_install() {
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
}
libjpeg-turbo-devel_package() {
@ -32,6 +31,7 @@ libjpeg-turbo-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
}
}