mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
26 lines
690 B
YAML
26 lines
690 B
YAML
distributable:
|
|
url: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9531/jbig2dec-0.19.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
# FIXME: this is buried in a larger repo, separately versioned, and not present in every release.
|
|
- 0.19
|
|
|
|
build:
|
|
dependencies:
|
|
gnu.org/automake: '*'
|
|
gnu.org/libtool: '*'
|
|
script: |
|
|
./autogen.sh --prefix={{prefix}}
|
|
make install
|
|
|
|
provides:
|
|
- bin/jbig2dec
|
|
|
|
test:
|
|
dependencies:
|
|
curl.se: '*'
|
|
script: |
|
|
curl -LO https://github.com/apache/tika/raw/master/tika-parsers/src/test/resources/test-documents/testJBIG2.jb2
|
|
jbig2dec -t pbm --hash testJBIG2.jb2 | grep aa35470724c946c7e953ddd49ff5aab9f8289aaf
|