pspec.xml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>apfsprogs</Name>
  6. <Homepage>https://github.com/linux-apfs/apfsprogs</Homepage>
  7. <Packager>
  8. <Name>Bedirhan Kurt</Name>
  9. <Email>bedirhan.kurt@outlook.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>driver</IsA>
  13. <Summary>Experimental APFS tools for Linux</Summary>
  14. <Description>Apfsprogs is a suite of userspace utilities for working with the Apple File System on Linux. It's intended mainly to help test the Linux kernel module, located at https://github.com/linux-apfs/linux-apfs-rw.git</Description>
  15. <Archive sha1sum="8e2d510109ac0a733f9e6c8941c467ffbd8cf3b3" type="targz">https://github.com/linux-apfs/apfsprogs/archive/f31d7c2.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>apfsprogs</Name>
  19. <RuntimeDependencies>
  20. <Dependency>module-linux-apfs-rw</Dependency>
  21. </RuntimeDependencies>
  22. <Files>
  23. <Path fileType="executable">/usr/bin</Path>
  24. <Path fileType="man">/usr/share/man/man8</Path>
  25. <Path fileType="doc">/usr/share/doc</Path>
  26. </Files>
  27. <BuildFlags>
  28. <Flag>noDelta</Flag>
  29. </BuildFlags>
  30. </Package>
  31. <History>
  32. <Update release="1">
  33. <Date>2024-10-03</Date>
  34. <Version>0.1</Version>
  35. <Comment>Initial build specs for PiSi</Comment>
  36. <Name>Bedirhan Kurt</Name>
  37. <Email>bedirhan.kurt@outlook.com</Email>
  38. </Update>
  39. </History>
  40. </PISI>