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'.
|
||||
pkgname=libjpeg-turbo
|
||||
version=1.3.1
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="nasm"
|
||||
configure_args="--disable-static --with-jpeg8"
|
||||
|
@ -21,6 +21,7 @@ do_install() {
|
|||
vinstall jpegint.h 644 usr/include
|
||||
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/jpegut
|
||||
rm -f ${DESTDIR}/usr/bin/jpgtest
|
||||
|
@ -36,7 +37,6 @@ libjpeg-turbo-devel_package() {
|
|||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
libjpeg-turbo-tools_package() {
|
||||
provides="jpeg-tools-8_1"
|
||||
replaces="jpeg-tools>=0"
|
||||
|
|
Loading…
Reference in a new issue