pspec.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>bzr</Name>
  6. <Homepage>http://bazaar.canonical.com/en/</Homepage>
  7. <Packager>
  8. <Name>Sami Babat</Name>
  9. <Email>sami.babat@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Bazaar is a version control system that helps you track project history over time and to collaborate easily with others</Summary>
  14. <Description>Whether you're a single developer, a co-located team or a community of developers scattered across the world, Bazaar scales and adapts to meet your needs.</Description>
  15. <Archive sha1sum="872f6088f8b07558519dbbc88fffa05e37602f52" type="targz">https://launchpad.net/bzr/2.7/2.7.0/+download/bzr-2.7.0.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>bzr</Name>
  19. <RuntimeDependencies>
  20. <Dependency>python</Dependency>
  21. </RuntimeDependencies>
  22. <Files>
  23. <Path fileType="executable">/usr/bin</Path>
  24. <Path fileType="library">/usr/lib</Path>
  25. <Path fileType="data">/usr/share</Path>
  26. <Path fileType="man">/usr/man</Path>
  27. </Files>
  28. </Package>
  29. <History>
  30. <Update release="1">
  31. <Date>2016-08-03</Date>
  32. <Version>2.7.0</Version>
  33. <Comment>First release</Comment>
  34. <Name>Sami Babat</Name>
  35. <Email>sami.babat@gmail.com</Email>
  36. </Update>
  37. </History>
  38. </PISI>