summaryrefslogtreecommitdiff
path: root/dev-libs/libadhocutil/libadhocutil-0.9.2-r1.ebuild
blob: eec57ee045c8ec713400fcd87ead1ab1fe186b94 (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
34
35
36
37
38
39
EAPI="7"

inherit bjam

DESCRIPTION="Ad-hoc collection of utility functions, classes, helpers"
HOMEPAGE="http://docs.randomdan.homeip.net/libadhocutil"

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

RDEPEND="
	net-misc/curl
	=dev-libs/Ice-3.7*
	dev-cpp/glibmm
"
DEPEND="
	${RDEPEND}
	sys-devel/flex
	dev-build/b2
	virtual/pkgconfig
	man? ( app-text/doxygen )
"

src_compile() {
	bjambuild libadhocutil//adhocutil
}

src_install() {
	bjaminstall libadhocutil//install \
		-i adhocutil

	if use man ; then
		doxygenbuild
	fi
}