diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-18 13:01:12 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-18 13:01:12 +0200 |
commit | af50e2603fd0f877d0f96da1562b0deda0590b70 (patch) | |
tree | c81af5e2565aca994aaf37b0bf6694c50cb52eee /manifest | |
parent | d72ebf3ae3a638cefd8b11ae897eb491a19cac12 (diff) |
Add support for building with build2
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..e109233 --- /dev/null +++ b/manifest @@ -0,0 +1,21 @@ +: 1 +name: libodb-qt +version: 2.5.0-b.10.z +project: odb +summary: Qt ODB profile library +license: GPLv2 +license: proprietary +tags: qt, c++, orm, database, relational, object, persistence, sql +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-qt/ +email: odb-users@codesynthesis.com +build-email: odb-builds@codesynthesis.com +#builds: all +requires: c++11 +requires: libqt-core ; Requires not yet packaged libqt-core. +depends: * build2 >= 0.8.0- +depends: * bpkg >= 0.8.0- +depends: libodb [2.5.0-b.10.1 2.5.0-b.11) |