From f65628136faa35d0c4d3b5e7332275c7b35fcd96 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 3 Nov 2018 08:36:22 +0000 Subject: gentoo resync : 03.11.2018 --- dev-php/SabreAMF/SabreAMF-1.5.0.ebuild | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 dev-php/SabreAMF/SabreAMF-1.5.0.ebuild (limited to 'dev-php/SabreAMF/SabreAMF-1.5.0.ebuild') diff --git a/dev-php/SabreAMF/SabreAMF-1.5.0.ebuild b/dev-php/SabreAMF/SabreAMF-1.5.0.ebuild new file mode 100644 index 000000000000..ce985ece45a7 --- /dev/null +++ b/dev-php/SabreAMF/SabreAMF-1.5.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +KEYWORDS="~amd64 ~x86" + +DESCRIPTION="SabreAMF is a Flash Remoting server and client for PHP" +HOMEPAGE="https://github.com/evert/SabreAMF" +SRC_URI="https://github.com/evert/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +IUSE="examples" + +RDEPEND="dev-php/fedora-autoloader" + +DOCS=( README.md ChangeLog ) + +src_install() { + insinto /usr/share/php/${PN} + doins -r lib/${PN}/* "${FILESDIR}/autoload.php" + 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