mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 15:47:34 +00:00
Ports: Add libjpeg 9d
This commit is contained in:
parent
6e83be67b8
commit
a4d4571522
3 changed files with 19 additions and 0 deletions
7
Ports/libjpeg/package.sh
Executable file
7
Ports/libjpeg/package.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=libjpeg
|
||||
version=9d
|
||||
useconfigure=true
|
||||
files="https://ijg.org/files/jpegsrc.v${version}.tar.gz jpeg-${version}.tar.gz ad7e40dedc268f97c44e7ee3cd54548a"
|
||||
auth_type="md5"
|
||||
workdir="jpeg-$version"
|
Loading…
Add table
Add a link
Reference in a new issue