pspec.xml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>freetds</Name>
  6. <Homepage>https://www.freetds.org/</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <PartOf>server.database</PartOf>
  13. <Icon>freetds</Icon>
  14. <IsA>library</IsA>
  15. <Summary>Library for accessing Sybase and MS SQL Server databases</Summary>
  16. <Description>FreeTDS is a set of libraries for Unix and Linux that allows your programs to natively talk to Microsoft SQL Server and Sybase databases.</Description>
  17. <Archive sha1sum="f13f4d7c278ab2ce916e0f1714e2fa2c1e6cd86a" type="targz">https://www.freetds.org/files/stable/freetds-1.4.17.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>glibc-devel</Dependency>
  20. <Dependency>openssl-devel</Dependency>
  21. <Dependency>readline-devel</Dependency>
  22. <Dependency>unixODBC-devel</Dependency>
  23. <Dependency>mit-kerberos-devel</Dependency>
  24. </BuildDependencies>
  25. </Source>
  26. <Package>
  27. <Name>freetds</Name>
  28. <RuntimeDependencies>
  29. <Dependency>openssl</Dependency>
  30. <Dependency>readline</Dependency>
  31. <Dependency>unixODBC</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="config">/etc/freetds</Path>
  35. <Path fileType="library">/usr/lib/libct*</Path>
  36. <Path fileType="library">/usr/lib/libsybdb*</Path>
  37. <Path fileType="library">/usr/lib/libtdsodbc*</Path>
  38. <Path fileType="man">/usr/share/man</Path>
  39. <Path fileType="doc">/usr/share/doc</Path>
  40. <Path fileType="executable">/usr/bin</Path>
  41. <Path fileType="data">/usr/share/freetds</Path>
  42. </Files>
  43. </Package>
  44. <Package>
  45. <Name>freetds-devel</Name>
  46. <Summary>Development files for freetds</Summary>
  47. <RuntimeDependencies>
  48. <Dependency release="current">freetds</Dependency>
  49. </RuntimeDependencies>
  50. <Files>
  51. <Path fileType="header">/usr/include</Path>
  52. <Path fileType="library">/usr/lib/pkgconfig</Path>
  53. </Files>
  54. </Package>
  55. <History>
  56. <Update release="2">
  57. <Date>2024-12-26</Date>
  58. <Version>1.4.17</Version>
  59. <Comment>Rebuild.</Comment>
  60. <Name>Mustafa Cinasal</Name>
  61. <Email>muscnsl@gmail.com</Email>
  62. </Update>
  63. <Update release="1">
  64. <Date>2024-06-04</Date>
  65. <Version>1.4.17</Version>
  66. <Comment>First release</Comment>
  67. <Name>Kamil Atlı</Name>
  68. <Email>suvari@pisilinux.org</Email>
  69. </Update>
  70. </History>
  71. </PISI>