diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-09 18:17:47 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-18 14:50:25 +0300 |
commit | bb67f32b2d92a5a7daea1d170ada978941948b66 (patch) | |
tree | 7794ab51a1842cd1485437624cfe2205594899c2 /manifest | |
parent | ac98675021881fc82489f7490b2b38036c5ca50a (diff) |
Add support for build2 build
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/manifest b/manifest new file mode 100644 index 0000000..e3fff4d --- /dev/null +++ b/manifest @@ -0,0 +1,21 @@ +: 1 +name: libodb-mssql +version: 2.5.0-b.8.z +summary: Microsoft SQL Server ODB runtime library +license: ODB NCUEL; Non-Commercial Use and Evaluation License +license: proprietary +tags: c++, orm, mssql, database, relational, object, persistence, sql, microsoft +description-file: README +changes-file: NEWS +url: https://www.codesynthesis.com/products/odb/ +doc-url: https://www.codesynthesis.com/products/odb/doc/manual.xhtml +src-url: https://git.codesynthesis.com/cgit/odb/libodb-mssql/ +email: odb-users@codesynthesis.com +build-email: odb-builds@codesynthesis.com +build-include: windows* +build-exclude: * ; Requires not yet packaged libunixodbc (unixODBC) +requires: c++11 +requires: ? libunixodbc; Only on UNIX +depends: * build2 >= 0.7.0- +depends: * bpkg >= 0.7.0- +depends: libodb [2.5.0-b.8.1 2.5.0-b.9) |