diff --git a/srcpkgs/libjpeg-turbo/template b/srcpkgs/libjpeg-turbo/template index 79b2846519..593b2c0e1b 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=3 +revision=4 build_style=gnu-configure configure_args="--disable-static --with-jpeg8" if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then @@ -21,11 +21,10 @@ post_install() { rm -f ${DESTDIR}/usr/bin/tjbench rm -f ${DESTDIR}/usr/bin/jpegut rm -f ${DESTDIR}/usr/bin/jpgtest - rm -f ${DESTDIR}/usr/lib/libturbojpeg* } libjpeg-turbo-devel_package() { - depends="libjpeg-turbo>=${version}" + depends="${sourcepkg}-${version}_${revision}" provides="jpeg-devel-8" replaces="jpeg-devel>=0" short_desc+=" - development files"