pspec.xml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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-Remove</Name>
  6. <Homepage>https://metacpan.org/pod/File::Remove</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Artistic</License>
  12. <IsA>library</IsA>
  13. <PartOf>programming.language.perl</PartOf>
  14. <Summary>Remove files and directories.</Summary>
  15. <Description>
  16. File::Remove::remove removes files and directories. It acts like /bin/rm, for the most part. Although unlink can be given a list of files, it will not remove directories; this module remedies that. It also accepts wildcards, * and ?, as arguments for filenames.
  17. </Description>
  18. <Archive sha1sum="02a1c619ef2f6e02ba70015756c55bfb70518290" type="targz">
  19. https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/File-Remove-1.61.tar.gz
  20. </Archive>
  21. <BuildDependencies>
  22. <Dependency>perl</Dependency>
  23. <Dependency>perl-Module-Build</Dependency>
  24. </BuildDependencies>
  25. </Source>
  26. <Package>
  27. <Name>perl-File-Remove</Name>
  28. <RuntimeDependencies>
  29. <Dependency>perl</Dependency>
  30. <Dependency>perl-Module-Build</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="data">/usr/lib/perl5/vendor_perl</Path>
  34. <Path fileType="data">/usr/share/man</Path>
  35. <Path fileType="data">/usr/share/perl5</Path>
  36. </Files>
  37. </Package>
  38. <History>
  39. <Update release="2">
  40. <Date>2024-05-16</Date>
  41. <Version>1.61</Version>
  42. <Comment>First build.</Comment>
  43. <Name>fury</Name>
  44. <Email>uglyside@yandex.ru</Email>
  45. </Update>
  46. <Update release="1">
  47. <Date>2022-11-19</Date>
  48. <Version>1.61</Version>
  49. <Comment>First build.</Comment>
  50. <Name>fury</Name>
  51. <Email>uglyside@yandex.ru</Email>
  52. </Update>
  53. </History>
  54. </PISI>