pspec.xml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>npapi-sdk</Name>
  6. <Homepage>http://code.google.com/p/npapi-sdk/</Homepage>
  7. <Packager>
  8. <Name>Osman Erkan</Name>
  9. <Email>osman.erkan@pisilinux.org</Email>
  10. </Packager>
  11. <License>MPLv1.1</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>NPAPI-SDK is a bundle of Netscape Plugin Application Programming Interface headers by Mozilla.</Summary>
  14. <Description>NPAPI-SDK is a bundle of Netscape Plugin Application Programming Interface headers by Mozilla. This package provides a clear way to install those headers and depend on them.</Description>
  15. <Archive sha1sum="5aac3c76ea59aa2ac8113e2f742af51f4ae0c60c" type="tarbz2">https://ftp.osuosl.org/pub/blfs/conglomeration/npapi-sdk/npapi-sdk-0.27.2.tar.bz2</Archive>
  16. </Source>
  17. <Package>
  18. <Name>npapi-sdk</Name>
  19. <Files>
  20. <Path fileType="doc">/usr/share/doc</Path>
  21. </Files>
  22. </Package>
  23. <Package>
  24. <Name>npapi-sdk-devel</Name>
  25. <Summary>Development files for npapi-sdk</Summary>
  26. <RuntimeDependencies>
  27. <Dependency release="current">npapi-sdk</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="data">/usr/lib/pkgconfig</Path>
  31. <Path fileType="header">/usr/include/npapi-sdk</Path>
  32. </Files>
  33. </Package>
  34. <History>
  35. <Update release="3">
  36. <Date>2020-01-16</Date>
  37. <Version>0.27.2</Version>
  38. <Comment>Rebuild New T.</Comment>
  39. <Name>Mustafa Cinasal</Name>
  40. <Email>muscnsl@gmail.com</Email>
  41. </Update>
  42. <Update release="2">
  43. <Date>2018-08-16</Date>
  44. <Version>0.27.2</Version>
  45. <Comment>Rebuild New T.</Comment>
  46. <Name>Mustafa Cinasal</Name>
  47. <Email>muscnsl@gmail.com</Email>
  48. </Update>
  49. <Update release="1">
  50. <Date>2017-01-08</Date>
  51. <Version>0.27.2</Version>
  52. <Comment>First release</Comment>
  53. <Name>Osman Erkan</Name>
  54. <Email>osman.erkan@pisilinux.org</Email>
  55. </Update>
  56. </History>
  57. </PISI>