commit ee4a9a9

hovercats  ·  2024-04-30 01:35:32 +0000 UTC
parent 47f3afd
libjpeg-turbo: use samurai
1 files changed,  +3, -3
+3, -3
 1@@ -4,7 +4,7 @@ export DESTDIR="$1"
 2 
 3 patch -p1 < no-docs.patch
 4 
 5-cmake -B build \
 6+cmake -G Ninja -B build \
 7     -DCMAKE_INSTALL_PREFIX=/usr \
 8     -DCMAKE_INSTALL_LIBDIR=/usr/lib \
 9     -DCMAKE_INSTALL_BINDIR=/usr/bin \
10@@ -15,8 +15,8 @@ cmake -B build \
11     -DCMAKE_BUILD_TYPE=Release \
12     -DWITH_JPEG8=1
13 
14-cmake --build   build
15-cmake --install build
16+samu -C build
17+samu -C build install
18 
19 # Compress manpages
20 find "$1/usr/share/man" -type f -exec gzip -n -9 {} +