dev-db/wxsqlite3: initial import of version 3.3.0

This commit is contained in:
Julian Ospald 2016-02-26 23:32:22 +01:00
parent 4d27a38772
commit 1731f88112
2 changed files with 27 additions and 0 deletions

View File

@ -2,6 +2,7 @@ app-admin
app-arch
app-crypt
app-ergonomics
dev-db
dev-games
dev-libs
dev-python

View File

@ -0,0 +1,26 @@
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
# 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)"
)