diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1 @@ +libc.so.6 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,21 @@ +name : perl-json-xs +version : 3.03 +release : 1 +source : + - http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-3.03.tar.gz : 699e8e3e516e2ea9e05d8ca769dc1f31b36b7a0830e100004f016a702e876dde +license : Artistic-1.0-Perl +component : programming.perl +summary : json_xs - JSON::XS commandline utility +description: | + json_xs converts between some input and output formats (one of them is JSON). The default input format is json and the default output format is json-pretty. +builddeps : + - perl-canary-stability +rundeps : + - perl-types-serialiser +setup : | + export PERL_CANARY_STABILITY_NOPROMPT=1 + %perl_setup +build : | + %perl_build +install : | + %perl_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,39 @@ + + + perl-json-xs + + Joey Riches + josephriches@gmail.com + + Artistic-1.0-Perl + programming.perl + json_xs - JSON::XS commandline utility + json_xs converts between some input and output formats (one of them is JSON). The default input format is json and the default output format is json-pretty. + + https://solus-project.com/sources/README.Solus + + + perl-json-xs + json_xs - JSON::XS commandline utility + json_xs converts between some input and output formats (one of them is JSON). The default input format is json and the default output format is json-pretty. + + programming.perl + + /usr/bin + /usr/lib/perl5/vendor_perl/5.24.1/x86_64-linux-thread-multi/JSON/XS.pm + /usr/lib/perl5/vendor_perl/5.24.1/x86_64-linux-thread-multi/JSON/XS/Boolean.pm + /usr/lib/perl5/vendor_perl/5.24.1/x86_64-linux-thread-multi/auto/JSON/XS/.packlist + /usr/lib/perl5/vendor_perl/5.24.1/x86_64-linux-thread-multi/auto/JSON/XS/XS.so + /usr/share/man + + + + + 2017-05-29 + 3.03 + Packaging update + Joey Riches + josephriches@gmail.com + + + \ No newline at end of file