milis/talimatname/genel/libjpeg-turbo/talimat

22 lines
543 B
Plaintext

# Description: Fork of the original IJG libjpeg which uses SIMD to accelerate baseline JPEG
# URL: http://libjpeg-turbo.virtualgl.org/
# Packager: pierre at nutyx dot org
# Depends on: nasm
name=libjpeg-turbo
version=1.4.2
release=1
source=(http://sourceforge.net/projects/libjpeg-turbo/files/$version/libjpeg-turbo-$version.tar.gz)
build() {
cd $name-$version
sed -i -e '/^docdir/ s:$:/libjpeg-turbo-1.4.2:' Makefile.in
./configure --prefix=/usr \
--mandir=/usr/share/man \
--with-jpeg8 --disable-static
make
make DESTDIR=$PKG install
}