diff --git a/metadata/categories.conf b/metadata/categories.conf index 241f3282..33f910db 100644 --- a/metadata/categories.conf +++ b/metadata/categories.conf @@ -2,6 +2,7 @@ app-admin app-arch app-crypt app-ergonomics +dev-db dev-games dev-libs dev-python diff --git a/packages/dev-db/wxsqlite3/wxsqlite3-3.3.0.exheres-0 b/packages/dev-db/wxsqlite3/wxsqlite3-3.3.0.exheres-0 new file mode 100644 index 00000000..e25c27a3 --- /dev/null +++ b/packages/dev-db/wxsqlite3/wxsqlite3-3.3.0.exheres-0 @@ -0,0 +1,26 @@ +# Copyright 2016 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +SUMMARY="C++ wrapper around the public domain SQLite 3.x database" +HOMEPAGE="https://github.com/utelle/wxsqlite3" +DOWNLOADS="https://github.com/utelle/wxsqlite3/archive/v${PV}.tar.gz -> ${PNV}.tar.gz" + +LICENCES="wxWinLL-3" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" + +DEPENDENCIES=" + build+run: + dev-db/sqlite:3 + x11-libs/wxGTK:3.0 +" + +DEFAULT_SRC_CONFIGURE_PARAMS=( + --enable-shared + --enable-unicode + --with-wx-config="/usr/$(exhost --target)/lib/wx/config/gtk3-unicode-3.0" + --with-wxshared + --with-sqlite3-prefix="/usr/$(exhost --target)" +) +