pspec.xml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libfilezilla</Name>
  6. <Homepage>https://lib.filezilla-project.org/doc/index.html</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <IsA>Libry</IsA>
  13. <Summary>libfilezilla is a small and modern C++ library.</Summary>
  14. <Description>libfilezilla is a free, open source C++ library, offering some basic
  15. functionality to build high-performing, platform-independent programs.</Description>
  16. <Archive sha1sum="814a507b5548446be4263621f2dd30baa0c75813" type="tarbz2">http://download.filezilla-project.org/libfilezilla/libfilezilla-0.9.1.tar.bz2</Archive>
  17. <BuildDependencies>
  18. <Dependency>libgcc</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>libfilezilla</Name>
  23. <RuntimeDependencies>
  24. <Dependency>libgcc</Dependency>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="executable">/usr/bin</Path>
  28. <Path fileType="library">/usr/lib</Path>
  29. <Path fileType="doc">/usr/share/doc</Path>
  30. </Files>
  31. </Package>
  32. <Package>
  33. <Name>libfilezilla-devel</Name>
  34. <Summary>Development files for libfilezilla</Summary>
  35. <RuntimeDependencies>
  36. <Dependency release="current">libfilezilla</Dependency>
  37. </RuntimeDependencies>
  38. <Files>
  39. <Path fileType="header">/usr/include</Path>
  40. <Path fileType="library">/usr/lib/pkgconfig</Path>
  41. </Files>
  42. </Package>
  43. <History>
  44. <Update release="1">
  45. <Date>2017-05-25</Date>
  46. <Version>0.9.1</Version>
  47. <Comment>First Release</Comment>
  48. <Name>Kamil Atlı</Name>
  49. <Email>suvari@pisilinux.org</Email>
  50. </Update>
  51. </History>
  52. </PISI>