forked from hasufell/hasufell-repository
dev-db/wxsqlite3: initial import of version 3.3.0
This commit is contained in:
parent
4d27a38772
commit
1731f88112
@ -2,6 +2,7 @@ app-admin
|
|||||||
app-arch
|
app-arch
|
||||||
app-crypt
|
app-crypt
|
||||||
app-ergonomics
|
app-ergonomics
|
||||||
|
dev-db
|
||||||
dev-games
|
dev-games
|
||||||
dev-libs
|
dev-libs
|
||||||
dev-python
|
dev-python
|
||||||
|
26
packages/dev-db/wxsqlite3/wxsqlite3-3.3.0.exheres-0
Normal file
26
packages/dev-db/wxsqlite3/wxsqlite3-3.3.0.exheres-0
Normal 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)"
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user