mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
libjpeg-turbo: remove useless docs.
This commit is contained in:
parent
1bb7f727cd
commit
f361090818
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'libjpeg-turbo'.
|
# Template build file for 'libjpeg-turbo'.
|
||||||
pkgname=libjpeg-turbo
|
pkgname=libjpeg-turbo
|
||||||
version=1.3.1
|
version=1.3.1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="nasm"
|
hostmakedepends="nasm"
|
||||||
configure_args="--disable-static --with-jpeg8"
|
configure_args="--disable-static --with-jpeg8"
|
||||||
|
@ -21,6 +21,7 @@ do_install() {
|
||||||
vinstall jpegint.h 644 usr/include
|
vinstall jpegint.h 644 usr/include
|
||||||
vinstall README-turbo.txt 644 usr/share/licenses/${pkgname}
|
vinstall README-turbo.txt 644 usr/share/licenses/${pkgname}
|
||||||
|
|
||||||
|
rm -r ${DESTDIR}/usr/share/doc
|
||||||
rm -f ${DESTDIR}/usr/bin/tjbench
|
rm -f ${DESTDIR}/usr/bin/tjbench
|
||||||
rm -f ${DESTDIR}/usr/bin/jpegut
|
rm -f ${DESTDIR}/usr/bin/jpegut
|
||||||
rm -f ${DESTDIR}/usr/bin/jpgtest
|
rm -f ${DESTDIR}/usr/bin/jpgtest
|
||||||
|
@ -36,7 +37,6 @@ libjpeg-turbo-devel_package() {
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libjpeg-turbo-tools_package() {
|
libjpeg-turbo-tools_package() {
|
||||||
provides="jpeg-tools-8_1"
|
provides="jpeg-tools-8_1"
|
||||||
replaces="jpeg-tools>=0"
|
replaces="jpeg-tools>=0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue