pspec.xml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>sbc</Name>
  6. <Homepage>http://www.bluez.org/</Homepage>
  7. <Packager>
  8. <Name>Marcin Bojara</Name>
  9. <Email>marcin@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <License>LGPLv2.1</License>
  13. <IsA>library</IsA>
  14. <Summary>Bluetooth Subband Codec (SBC) library</Summary>
  15. <Description>An audio codec to connect bluetooth high quality audio devices like headphones or loudspeakers.</Description>
  16. <Archive sha1sum="577d7f50415e9420569d8fd5e179e2429c0e2cbb" type="targz">http://www.kernel.org/pub/linux/bluetooth/sbc-1.3.tar.gz</Archive>
  17. </Source>
  18. <Package>
  19. <Name>sbc</Name>
  20. <Files>
  21. <Path fileType="executable">/usr/bin/*</Path>
  22. <Path fileType="library">/usr/lib</Path>
  23. <Path fileType="doc">/usr/share/doc/sbc/*</Path>
  24. </Files>
  25. </Package>
  26. <Package>
  27. <Name>sbc-devel</Name>
  28. <Summary>Development files for sbc</Summary>
  29. <RuntimeDependencies>
  30. <Dependency release="current">sbc</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="header">/usr/include</Path>
  34. <Path fileType="data">/usr/lib/pkgconfig</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="3">
  39. <Date>2017-02-17</Date>
  40. <Version>1.3</Version>
  41. <Comment>Rebuild.</Comment>
  42. <Name>Pisi Linux Community</Name>
  43. <Email>admin@pisilinux.org</Email>
  44. </Update>
  45. <Update release="2">
  46. <Date>2016-06-09</Date>
  47. <Version>1.3</Version>
  48. <Comment>Release Bump</Comment>
  49. <Name>Pisi Linux Community</Name>
  50. <Email>admin@pisilinux.org</Email>
  51. </Update>
  52. <Update release="1">
  53. <Date>2014-12-12</Date>
  54. <Version>1.3</Version>
  55. <Comment>First release</Comment>
  56. <Name>Marcin Bojara</Name>
  57. <Email>marcin@pisilinux.org</Email>
  58. </Update>
  59. </History>
  60. </PISI>