| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "provides" : {
- "man:man1/bzgrep.1" : "as-expected",
- "bin:bzgrep" : "as-expected",
- "man:man1/bzegrep.1" : "as-expected",
- "man:man1/bzfgrep.1" : "as-expected",
- "man:man1/bzcmp.1" : "as-expected",
- "bin:bzip2recover" : "as-expected",
- "bin:bzip2" : "as-expected",
- "bin:bunzip2" : "as-expected",
- "inc:bzlib.h" : "as-expected",
- "man:man1/bzmore.1" : "as-expected",
- "bin:bzegrep" : "as-expected",
- "bin:bzfgrep" : "as-expected",
- "bin:bzmore" : "as-expected",
- "man:man1/bzless.1" : "as-expected",
- "bin:bzless" : "as-expected",
- "bin:bzcat" : "as-expected",
- "bin:bzdiff" : "as-expected",
- "man:man1/bzdiff.1" : "as-expected",
- "rootpath:usr/lib/libbz2.a" : "as-expected",
- "bin:bzcmp" : "as-expected",
- "man:man1/bzip2.1" : "as-expected"
- },
- "flags" : [
- "simpleBuildEnvironment"
- ],
- "summary" : "Block-sorting file compressor using the Burrows-Wheeler algorithm",
- "name" : "bzip2",
- "md" : "PACKAGE.md",
- "depends" : {
- "build" : [
- "bin:gcc",
- "bin:make",
- "bin:patch"
- ],
- "runtime" : [
- "lib:libc.so.6"
- ],
- "manage" : [
- "bin:wget",
- "bin:tar",
- "bin:patch"
- ]
- },
- "url" : "https://www.sourceware.org/bzip2/",
- "version" : "1.0.8",
- "execs" : {
- "build" : "usm-scripts/build.sh",
- "install" : "usm-scripts/install.sh",
- "acquire" : "usm-scripts/acquire.sh"
- }
- }
|