12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>npapi-sdk</Name>
- <Homepage>http://code.google.com/p/npapi-sdk/</Homepage>
- <Packager>
- <Name>Osman Erkan</Name>
- <Email>osman.erkan@pisilinux.org</Email>
- </Packager>
- <License>MPLv1.1</License>
- <IsA>app:gui</IsA>
- <Summary>NPAPI-SDK is a bundle of Netscape Plugin Application Programming Interface headers by Mozilla.</Summary>
- <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>
- <Archive sha1sum="5aac3c76ea59aa2ac8113e2f742af51f4ae0c60c" type="tarbz2">https://ftp.osuosl.org/pub/blfs/conglomeration/npapi-sdk/npapi-sdk-0.27.2.tar.bz2</Archive>
- </Source>
- <Package>
- <Name>npapi-sdk</Name>
- <Files>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>npapi-sdk-devel</Name>
- <Summary>Development files for npapi-sdk</Summary>
- <RuntimeDependencies>
- <Dependency release="current">npapi-sdk</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="header">/usr/include/npapi-sdk</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2020-01-16</Date>
- <Version>0.27.2</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2018-08-16</Date>
- <Version>0.27.2</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2017-01-08</Date>
- <Version>0.27.2</Version>
- <Comment>First release</Comment>
- <Name>Osman Erkan</Name>
- <Email>osman.erkan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|