1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 inherit git-r3 autotools
8 HOMEPAGE
="http://www.zeromq.org/bindings:java"
10 if [[ ${PV} == "9999" ]] ; then
11 EGIT_REPO_URI
="https://github.com/zeromq/jzmq.git"
18 DEPEND
="net-libs/zeromq
22 S
="${WORKDIR}/${P}/${PN}-jni"
30 PATH
=/etc
/java-config-
2/current-system-vm
/bin
:$PATH
31 PKG_CONFIG
=/usr
/lib64
/pkgconfig
/
37 emake DESTDIR
="${D}" install || die
"emake install failed"
38 dodoc README ChangeLog || die
"dodoc failed"