pspec.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>luckybackup</Name>
  6. <Homepage>http://luckybackup.sourceforge.net</Homepage>
  7. <Packager>
  8. <Name>Stefan Gronewold</Name>
  9. <Email>groni@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <PartOf>util.archive</PartOf>
  13. <IsA>app:gui</IsA>
  14. <Summary>A powerful, fast and reliable backup and sync tool</Summary>
  15. <Description>luckyBackup is an application for data back-up and synchronization powered by the rsync tool.</Description>
  16. <Archive sha1sum="a8662494e011d47e2b875fb20aefe5e6d34bc862" type="targz">http://downloads.sourceforge.net/project/luckybackup/0.4.9/source/luckybackup-0.4.9.tar.gz</Archive>
  17. </Source>
  18. <BuildDependencies>
  19. <Dependency>qt5-base-devel</Dependency>
  20. </BuildDependencies>
  21. <Package>
  22. <Name>luckybackup</Name>
  23. <RuntimeDependencies>
  24. <Dependency>openssh</Dependency>
  25. <Dependency>libgcc</Dependency>
  26. <Dependency>qt5-base</Dependency>
  27. <Dependency>rsync</Dependency>
  28. <Dependency>xdg-utils</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="executable" permanent="0">/usr/bin/luckybackup</Path>
  32. <Path fileType="data" permanent="0">/usr/share/applications/*</Path>
  33. <Path fileType="data" permanent="0">/usr/share/menu/luckybackup</Path>
  34. <Path fileType="doc" permanent="0">/usr/share/doc/luckybackup/*</Path>
  35. <Path fileType="data" permanent="0">/usr/share/luckybackup/*</Path>
  36. <Path fileType="man" permanent="0">/usr/share/man/man8/luckybackup.8.gz</Path>
  37. <Path fileType="data" permanent="0">/usr/share/pixmaps/*</Path>
  38. </Files>
  39. </Package>
  40. <History>
  41. <Update release="1">
  42. <Date>2018-05-16</Date>
  43. <Version>0.4.9</Version>
  44. <Comment>First Release</Comment>
  45. <Name>Stefan Gronewold</Name>
  46. <Email>groni@pisilinux.org</Email>
  47. </Update>
  48. </History>
  49. </PISI>