2 changed files with 32 additions and 0 deletions
@ -0,0 +1 @@ |
|||
DIST xmpp-1.3.2.tar.gz 466555 BLAKE2B 4488b25c317414a83ee82799d0e882b3586dc533080b12dee8f43e76ff8d9d9e43cafbb5ea128b09e724f5966cf9af866468f3386e649a5dd0b57bb3a29be01e SHA512 9d59cbaf815d9986e0d6ee4da120ebac9372e102ffa045f90e60cdbdd38049bfb148c27a62b769fa04e98b88235a24a8b6141ba19e9c44e5d53fcd9f4ddc23a6 |
@ -0,0 +1,31 @@ |
|||
# Copyright 1999-2019 Gentoo Authors |
|||
# Distributed under the terms of the GNU General Public License v2 |
|||
|
|||
EAPI=6 |
|||
|
|||
inherit rebar |
|||
|
|||
DESCRIPTION="XMPP parsing and serialization library on top of Fast XML" |
|||
HOMEPAGE="https://github.com/processone/xmpp" |
|||
SRC_URI="https://github.com/processone/${PN}/archive/${PV}.tar.gz |
|||
-> ${P}.tar.gz" |
|||
|
|||
LICENSE="Apache-2.0" |
|||
SLOT="0" |
|||
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86" |
|||
IUSE="test" |
|||
|
|||
RDEPEND=">=dev-erlang/ezlib-1.0.5 |
|||
>=dev-erlang/fast_tls-1.1.0 |
|||
>=dev-erlang/fast_xml-1.1.35 |
|||
>=dev-erlang/p1_utils-1.0.14 |
|||
>=dev-erlang/stringprep-1.0.15 |
|||
dev-lang/erlang" |
|||
DEPEND="${RDEPEND}" |
|||
|
|||
DOCS=( CHANGELOG.md README.md ) |
|||
|
|||
src_prepare() { |
|||
rebar_src_prepare |
|||
rebar_fix_include_path fast_xml |
|||
} |
Loading…
Reference in new issue