diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,16 @@ +name : perl-lwp-mediatypes +version : 6.02 +release : 1 +source : + - https://cpan.metacpan.org/authors/id/G/GA/GAAS/LWP-MediaTypes-6.02.tar.gz : 18790b0cc5f0a51468495c3847b16738f785a2d460403595001e0b932e5db676 +license : Artistic-1.0-Perl +component : programming.perl +summary : LWP::MediaTypes - guess media type for a file or a URL +description: | + This module provides functions for handling media (also known as MIME) types and encodings. The mapping from file extensions to media types is defined by the media.types file. If the ~/.media.types file exists it is used instead. For backwards compatibility we will also look for ~/.mime.types. +setup : | + %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,37 @@ + + + perl-lwp-mediatypes + + Joey Riches + josephriches@gmail.com + + Artistic-1.0-Perl + programming.perl + LWP::MediaTypes - guess media type for a file or a URL + This module provides functions for handling media (also known as MIME) types and encodings. The mapping from file extensions to media types is defined by the media.types file. If the ~/.media.types file exists it is used instead. For backwards compatibility we will also look for ~/.mime.types. + + https://solus-project.com/sources/README.Solus + + + perl-lwp-mediatypes + LWP::MediaTypes - guess media type for a file or a URL + This module provides functions for handling media (also known as MIME) types and encodings. The mapping from file extensions to media types is defined by the media.types file. If the ~/.media.types file exists it is used instead. For backwards compatibility we will also look for ~/.mime.types. + + programming.perl + + /usr/lib/perl5/vendor_perl/5.24.1/LWP/MediaTypes.pm + /usr/lib/perl5/vendor_perl/5.24.1/LWP/media.types + /usr/lib/perl5/vendor_perl/5.24.1/x86_64-linux-thread-multi/auto/LWP/MediaTypes/.packlist + /usr/share/man + + + + + 2017-05-29 + 6.02 + Packaging update + Joey Riches + josephriches@gmail.com + + + \ No newline at end of file