mirror of
https://github.com/ivabus/pantry
synced 2024-11-29 19:55:06 +03:00
24 lines
535 B
YAML
24 lines
535 B
YAML
|
#FIXME
|
||
|
# libjpeg has archaic versioning and we need a mechanism to convert to
|
||
|
# semantic versions with a `versions.ts` script
|
||
|
|
||
|
distributable:
|
||
|
url: http://jpegclub.org/reference/wp-content/uploads/2022/01/jpegsrc.v9e.tar.gz
|
||
|
strip-components: 1
|
||
|
|
||
|
versions:
|
||
|
- 9.5.0
|
||
|
|
||
|
build:
|
||
|
dependencies:
|
||
|
tea.xyz/gx/cc: c99
|
||
|
tea.xyz/gx/make: '*'
|
||
|
script: |-
|
||
|
./configure \
|
||
|
--disable-dependency-tracking \
|
||
|
--disable-silent-rules \
|
||
|
--prefix="{{ prefix }}"
|
||
|
make --jobs {{ hw.concurrency }} install
|
||
|
|
||
|
test: true #FIXME
|