mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/libjpeg-turbo to 1.2.0-2
This commit is contained in:
parent
547d0846d8
commit
00462363c5
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ plugrel=1
|
|||
|
||||
pkgname=libjpeg-turbo
|
||||
pkgver=1.2.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="libjpeg derivative with accelerated baseline JPEG compression and decompression"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://libjpeg-turbo.virtualgl.org/"
|
||||
|
@ -52,6 +52,7 @@ package() {
|
|||
# do not distributre libturbojpeg as it is unversioned
|
||||
rm $pkgdir/usr/lib/libturbojpeg.{so,a}
|
||||
rm $pkgdir/usr/include/turbojpeg.h
|
||||
rm $pkgdir/usr/bin/tjbench
|
||||
|
||||
install -dm755 $pkgdir/usr/share/licenses/libjpeg-turbo/
|
||||
ln -s ../../doc/libjpeg-turbo/README \
|
||||
|
|
Loading…
Reference in a new issue