summaryrefslogtreecommitdiff
path: root/dev-libs/libdbpp-postgresql/libdbpp-postgresql-1.4.9.ebuild
blob: f6b3338750589df55f8ceda5fefa5a326da81f6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
EAPI="7"

inherit bjam

DESCRIPTION="C++ database connectivity PostgreSQL components"
HOMEPAGE="http://libdbpp.randomdan.homeip.net/postgresql"

SRC_URI="https://git.randomdan.homeip.net/repo/${PN}/snapshot/${P}.tar.xz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="x86 amd64"

RDEPEND="
	dev-libs/boost:=
	>=dev-libs/libdbpp-1.4.9:=
	dev-db/postgresql
	>=dev-libs/libadhocutil-0.8:=
"
DEPEND="
	${RDEPEND}
	virtual/pkgconfig
	dev-build/b2
"

src_compile() {
	bjambuild libpqpp//dbpp-postgresql
}

src_install() {
	bjaminstall libpqpp//install \
		-i /dbpp-postgresql
}