From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-php/SabreAMF/SabreAMF-1.3.234_p0.ebuild | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 dev-php/SabreAMF/SabreAMF-1.3.234_p0.ebuild (limited to 'dev-php/SabreAMF/SabreAMF-1.3.234_p0.ebuild') diff --git a/dev-php/SabreAMF/SabreAMF-1.3.234_p0.ebuild b/dev-php/SabreAMF/SabreAMF-1.3.234_p0.ebuild new file mode 100644 index 000000000000..31b973862c36 --- /dev/null +++ b/dev-php/SabreAMF/SabreAMF-1.3.234_p0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit vcs-snapshot + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="SabreAMF is a Flash Remoting server and client for PHP" +HOMEPAGE="https://github.com/evert/${PN}" +SRC_URI="https://github.com/evert/${PN}/archive/e5521c27e9309404d7505e1e16db843fcb2202ec.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +IUSE="examples" + +DOCS=( README ChangeLog ) + +src_install() { + insinto /usr/share/php/${PN} + doins -r ${PN}/* + einstalldocs + if use examples ; then + insinto /usr/share/doc/${P}/examples + docompress -x /usr/share/doc/${P}/examples + doins examples/* + fi +} -- cgit v1.2.3