pspec.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>perl-File-Which</Name>
  6. <Homepage>https://metacpan.org/pod/File::Which</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admin@pisilinux.org</Email>
  10. </Packager>
  11. <License>Artistic</License>
  12. <License>GPLv2</License>
  13. <IsA>library</IsA>
  14. <IsA>app:console</IsA>
  15. <Summary>Portable Perl implementation of the "which" utility</Summary>
  16. <Description>perl-File-Which is a Perl module that is portable implementation of the "which" utility.</Description>
  17. <Archive sha1sum="3a1b54e0a4e470e62958749cffcf87bad027bfb4" type="targz">https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Which-1.23.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>perl</Dependency>
  20. <Dependency>perl-Test-Script</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>perl-File-Which</Name>
  25. <RuntimeDependencies>
  26. <Dependency>perl</Dependency>
  27. <Dependency>perl-Test-Script</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="executable">/usr/bin</Path>
  31. <Path fileType="library">/usr/lib</Path>
  32. <Path fileType="man">/usr/share/man</Path>
  33. <Path fileType="data">/usr/share/perl5</Path>
  34. </Files>
  35. </Package>
  36. <History>
  37. <Update release="2">
  38. <Date>2024-05-16</Date>
  39. <Version>1.23</Version>
  40. <Comment>First release.</Comment>
  41. <Name>Kamil Atlı</Name>
  42. <Email>suvari@pisilinux.org</Email>
  43. </Update>
  44. <Update release="1">
  45. <Date>2020-04-09</Date>
  46. <Version>1.23</Version>
  47. <Comment>First release.</Comment>
  48. <Name>Kamil Atlı</Name>
  49. <Email>suvari@pisilinux.org</Email>
  50. </Update>
  51. </History>
  52. </PISI>