1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION="SabreAMF is a Flash Remoting server and client for PHP"
9 HOMEPAGE="https://github.com/evert/SabreAMF"
10 SRC_URI="https://github.com/evert/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
16 RDEPEND="dev-php/fedora-autoloader"
18 DOCS=( README.md ChangeLog )
21 insinto /usr/share/php/${PN}
22 doins -r lib/${PN}/* "${FILESDIR}/autoload.php"
24 if use examples ; then
26 docompress -x /usr/share/doc/${P}/examples