pspec.xml 1.6 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-ExtUtils-Depends</Name>
  6. <Homepage>https://metacpan.org/pod/ExtUtils::Depends</Homepage>
  7. <Packager>
  8. <Name>Pisilinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-2</License>
  12. <IsA>library</IsA>
  13. <PartOf>programming.language.perl</PartOf>
  14. <Summary>A library for easily build XS extensions that depend on XS extensions</Summary>
  15. <Description>This module tries to make it easy to build Perl extensions that use functions and typemaps provided by other Perl extensions.</Description>
  16. <Archive sha1sum="2d112ed37f75a48bc246ee0bcea3fb1acdf48066" type="targz">
  17. https://cpan.metacpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-0.8001.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>perl</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>perl-ExtUtils-Depends</Name>
  25. <RuntimeDependencies>
  26. <Dependency>perl</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="library">/usr/lib/perl5</Path>
  30. <Path fileType="doc">/usr/share/doc</Path>
  31. <Path fileType="man">/usr/share/man/man3</Path>
  32. <Path fileType="data">/usr/share/perl5</Path>
  33. </Files>
  34. </Package>
  35. <History>
  36. <Update release="2">
  37. <Date>2024-05-16</Date>
  38. <Version>0.8001</Version>
  39. <Comment>First build.</Comment>
  40. <Name>fury</Name>
  41. <Email>uglyside@yandex.ru</Email>
  42. </Update>
  43. <Update release="1">
  44. <Date>2021-12-21</Date>
  45. <Version>0.8001</Version>
  46. <Comment>First build.</Comment>
  47. <Name>fury</Name>
  48. <Email>uglyside@yandex.ru</Email>
  49. </Update>
  50. </History>
  51. </PISI>