libjpeg-turbo: move to extra

This commit is contained in:
Muhammad Herdiansyah 2019-07-18 15:07:59 +07:00
parent 042a378a59
commit 1bd49c120a
5 changed files with 15 additions and 0 deletions

11
extra/libjpeg-turbo/build Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh -e
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DCMAKE_SHARED_LIBS=True \
-DCMAKE_BUILD_TYPE=Release \
-DWITH_JPEG8=1
make
make DESTDIR="$1" install

View File

@ -0,0 +1 @@
b45255bd476c19c7c6b198c07c0487e8b8536373b82f2b38346b32b4fa7bb942 2.0.2.tar.gz

View File

@ -0,0 +1 @@
yasm make

View File

@ -0,0 +1 @@
https://github.com/libjpeg-turbo/libjpeg-turbo/archive/2.0.2.tar.gz

View File

@ -0,0 +1 @@
2.0.2 1