pspec.xml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>patchelf</Name>
  6. <Homepage>https://pypi.org/project/patchelf/</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvarice@gmail.com</Email>
  10. </Packager>
  11. <License>GPL3</License>
  12. <Icon>patchelf</Icon>
  13. <Summary>Small utility to modify the dynamic linker and RPATH of ELF executables</Summary>
  14. <Description>A small utility to modify the dynamic linker and RPATH of ELF executables</Description>
  15. <Archive type="targz" sha1sum="ff057bc89ddefcd196a0b6e0fffbb0e30457a691">https://github.com/NixOS/patchelf/releases/download/0.18.0/patchelf-0.18.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>gcc</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>patchelf</Name>
  22. <RuntimeDependencies>
  23. <Dependency>libgcc</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="executable">/usr/bin</Path>
  27. <Path fileType="doc">/usr/share/doc</Path>
  28. <Path fileType="data">/usr/share/zsh/site-functions/_patchelf</Path>
  29. <Path fileType="man">/usr/share/man</Path>
  30. </Files>
  31. </Package>
  32. <History>
  33. <Update release="1">
  34. <Date>2024-02-25</Date>
  35. <Version>0.18.0</Version>
  36. <Comment>First Release</Comment>
  37. <Name>Kamil Atlı</Name>
  38. <Email>suvarice@gmail.com</Email>
  39. </Update>
  40. </History>
  41. </PISI>