|
|
@@ -0,0 +1,76 @@
|
|
|
+{
|
|
|
+ "provides" : {
|
|
|
+ "bin:bzgrep" : "as-expected",
|
|
|
+ "rootpath:usr/man/man1/bzgrep.1" : "as-expected",
|
|
|
+ "bin:bzip2recover" : "as-expected",
|
|
|
+ "bin:bzip2" : "as-expected",
|
|
|
+ "bin:bunzip2" : "as-expected",
|
|
|
+ "inc:bzlib.h" : "as-expected",
|
|
|
+ "rootpath:usr/man/man1/bzip2.1" : "as-expected",
|
|
|
+ "bin:bzegrep" : {
|
|
|
+ "dest" : "/tmp/df00c532-3f5c-4c1d-98ec-8a236149b0bc//usr//bin/bzgrep",
|
|
|
+ "type" : "lnk",
|
|
|
+ "pathBase" : "as-expected"
|
|
|
+ },
|
|
|
+ "bin:bzfgrep" : {
|
|
|
+ "dest" : "/tmp/df00c532-3f5c-4c1d-98ec-8a236149b0bc//usr//bin/bzgrep",
|
|
|
+ "type" : "lnk",
|
|
|
+ "pathBase" : "as-expected"
|
|
|
+ },
|
|
|
+ "bin:bzmore" : "as-expected",
|
|
|
+ "bin:bzless" : {
|
|
|
+ "dest" : "/tmp/df00c532-3f5c-4c1d-98ec-8a236149b0bc//usr//bin/bzmore",
|
|
|
+ "type" : "lnk",
|
|
|
+ "pathBase" : "as-expected"
|
|
|
+ },
|
|
|
+ "bin:bzcat" : "as-expected",
|
|
|
+ "bin:bzdiff" : "as-expected",
|
|
|
+ "rootpath:usr/man/man1/bzmore.1" : "as-expected",
|
|
|
+ "rootpath:usr/man/man1/bzegrep.1" : "as-expected",
|
|
|
+ "rootpath:usr/man/man1/bzfgrep.1" : "as-expected",
|
|
|
+ "rootpath:usr/man/man1/bzless.1" : "as-expected",
|
|
|
+ "bin:bzcmp" : {
|
|
|
+ "dest" : "/tmp/df00c532-3f5c-4c1d-98ec-8a236149b0bc//usr//bin/bzdiff",
|
|
|
+ "type" : "lnk",
|
|
|
+ "pathBase" : "as-expected"
|
|
|
+ },
|
|
|
+ "rootpath:usr/man/man1/bzdiff.1" : "as-expected",
|
|
|
+ "canonlib:libbz2.a" : "as-expected",
|
|
|
+ "rootpath:usr/man/man1/bzcmp.1" : "as-expected"
|
|
|
+ },
|
|
|
+ "flags" : [
|
|
|
+ "simpleBuildEnvironment"
|
|
|
+ ],
|
|
|
+ "summary" : "High-quality data compression program",
|
|
|
+ "name" : "bzip2",
|
|
|
+ "md" : "PACKAGE.md",
|
|
|
+ "depends" : {
|
|
|
+ "build" : [
|
|
|
+ "bin:gcc",
|
|
|
+ "bin:make"
|
|
|
+ ],
|
|
|
+ "runtime" : [
|
|
|
+ "lib:libc.so.6"
|
|
|
+ ],
|
|
|
+ "manage" : [
|
|
|
+ "bin:gzip",
|
|
|
+ "bin:wget",
|
|
|
+ "bin:tar"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "url" : "https://sourceware.org/bzip2/",
|
|
|
+ "version" : "1.0.8",
|
|
|
+ "licences" : [
|
|
|
+ {
|
|
|
+ "category" : "open-source",
|
|
|
+ "name" : "bzip2 License",
|
|
|
+ "text" : "sources/bzip2-1.0.8/LICENSE"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "execs" : {
|
|
|
+ "build" : "usm-scripts/build.sh",
|
|
|
+ "test" : "usm-scripts/test.sh",
|
|
|
+ "install" : "usm-scripts/install.sh",
|
|
|
+ "acquire" : "usm-scripts/acquire.sh"
|
|
|
+ }
|
|
|
+}
|