mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libjpeg-turbo: install transupp.h
This commit is contained in:
parent
2fcb3dc4d5
commit
07e673a6b0
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libjpeg-turbo'
|
# Template file for 'libjpeg-turbo'
|
||||||
pkgname=libjpeg-turbo
|
pkgname=libjpeg-turbo
|
||||||
version=2.0.4
|
version=2.0.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DWITH_JPEG8=1 -DCMAKE_INSTALL_LIBDIR=/usr/lib"
|
configure_args="-DWITH_JPEG8=1 -DCMAKE_INSTALL_LIBDIR=/usr/lib"
|
||||||
hostmakedepends="yasm"
|
hostmakedepends="yasm"
|
||||||
|
@ -19,6 +19,7 @@ post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
||||||
vinstall jpegint.h 644 usr/include
|
vinstall jpegint.h 644 usr/include
|
||||||
|
vinstall transupp.h 644 usr/include
|
||||||
|
|
||||||
rm -r ${DESTDIR}/usr/share/doc \
|
rm -r ${DESTDIR}/usr/share/doc \
|
||||||
${DESTDIR}/usr/bin/tjbench
|
${DESTDIR}/usr/bin/tjbench
|
||||||
|
|
Loading…
Add table
Reference in a new issue