pspec.xml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libqmi</Name>
  6. <Homepage>http://www.freedesktop.org/wiki/Software/libqmi/</Homepage>
  7. <Packager>
  8. <Name>Alihan Öztürk</Name>
  9. <Email>alihan@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>QMI modem protocol helper library</Summary>
  14. <Description>libqmi is a glib-based library for talking to WWAN modems and devices which speak the Qualcomm MSM Interface (QMI) protocol.</Description>
  15. <Archive sha1sum="de586a47f121b9632401a0f4465f5e3eff41c53d" type="tarxz">http://www.freedesktop.org/software/libqmi/libqmi-1.16.2.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>glib2-devel</Dependency>
  18. <Dependency>gobject-introspection-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>libqmi</Name>
  23. <RuntimeDependencies>
  24. <Dependency>glib2</Dependency>
  25. <Dependency>gobject-introspection</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="library">/usr/lib</Path>
  29. <Path fileType="man">/usr/share/man</Path>
  30. <Path fileType="executable">/usr/bin</Path>
  31. <Path fileType="doc">/usr/share/gtk-doc</Path>
  32. <Path fileType="doc">/usr/share/doc/libqmi/</Path>
  33. <Path fileType="data">/usr/share/bash-completion</Path>
  34. </Files>
  35. </Package>
  36. <Package>
  37. <Name>libqmi-devel</Name>
  38. <Summary>Development files for libqmi</Summary>
  39. <RuntimeDependencies>
  40. <Dependency release="current">libqmi</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="header">/usr/include</Path>
  44. <Path fileType="library">/usr/lib/pkgconfig/qmi-glib.pc</Path>
  45. </Files>
  46. </Package>
  47. <History>
  48. <Update release="4">
  49. <Date>2017-02-19</Date>
  50. <Version>1.16.2</Version>
  51. <Comment>Version bump</Comment>
  52. <Name>Ertuğrul Erata</Name>
  53. <Email>ertugrulerata@gmail.com</Email>
  54. </Update>
  55. <Update release="3">
  56. <Date>2016-11-12</Date>
  57. <Version>1.16.0</Version>
  58. <Comment>Version bump.</Comment>
  59. <Name>Yusuf Aydemir</Name>
  60. <Email>yusuf.aydemir@pisilnux.org</Email>
  61. </Update>
  62. <Update release="2">
  63. <Date>2016-06-09</Date>
  64. <Version>1.12.6</Version>
  65. <Comment>Release Bump</Comment>
  66. <Name>Pisi Linux Community</Name>
  67. <Email>admin@pisilinux.org</Email>
  68. </Update>
  69. <Update release="1">
  70. <Date>2016-01-25</Date>
  71. <Version>1.12.6</Version>
  72. <Comment>First release</Comment>
  73. <Name>Ayhan Yalçınsoy</Name>
  74. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  75. </Update>
  76. </History>
  77. </PISI>