pspec.xml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>acl</Name>
  6. <Homepage>http://acl.bestbits.at/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2+</License>
  12. <License>LGPLv2.1</License>
  13. <IsA>app:console</IsA>
  14. <IsA>library</IsA>
  15. <Summary>Access control list utilities</Summary>
  16. <Description>acl contains the getfacl and setfacl utilities needed for manipulating access control lists along with the needed libraries.</Description>
  17. <Archive sha1sum="537dddc0ee7b6aa67960a3de2d36f1e2ff2059d9" type="targz">http://download.savannah.gnu.org/releases-noredirect/acl/acl-2.2.52.src.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>attr-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>acl</Name>
  24. <RuntimeDependencies>
  25. <Dependency>attr</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="executable">/bin</Path>
  29. <Path fileType="library">/lib</Path>
  30. <Path fileType="localedata">/usr/share/locale</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. <Path fileType="man">/usr/share/man</Path>
  33. </Files>
  34. </Package>
  35. <Package>
  36. <Name>acl-devel</Name>
  37. <PartOf>system.devel</PartOf>
  38. <Summary>Development files for acl</Summary>
  39. <RuntimeDependencies>
  40. <Dependency release="current">acl</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="header">/usr/include</Path>
  44. <Path fileType="man">/usr/share/man/man3</Path>
  45. </Files>
  46. </Package>
  47. <History>
  48. <Update release="3">
  49. <Date>2017-01-02</Date>
  50. <Version>2.2.52</Version>
  51. <Comment>Rebuild with new toolchain.</Comment>
  52. <Name>Ertuğrul Erata</Name>
  53. <Email>ertugrulerata@gmail.com</Email>
  54. </Update>
  55. <Update release="2">
  56. <Date>2016-04-27</Date>
  57. <Version>2.2.52</Version>
  58. <Comment>Release Bump</Comment>
  59. <Name>PisiLinux Community</Name>
  60. <Email>admin@pisilinux.org</Email>
  61. </Update>
  62. <Update release="1">
  63. <Date>2016-03-01</Date>
  64. <Version>2.2.52</Version>
  65. <Comment>First release</Comment>
  66. <Name>Ertuğrul Erata</Name>
  67. <Email>ertugrulerata@gmail.com</Email>
  68. </Update>
  69. </History>
  70. </PISI>