Files
@ 5aec9d013452
Branch filter:
Location: ohnobinki_overlay/dev-php/securimage/securimage-2.0.2.ebuild - annotation
5aec9d013452
721 B
application/vnd.gentoo.ebuild
media-plugins/live: Match live ebuild up more closely with the gentoo-x86-cvs version. Drop live-2009.06.02. Fix building live without live being previously installed (was trying to link against previously-installed live libraries).
(Portage version: 2.2.0_alpha27-r1/hg/Linux x86_64, signed Manifest commit with key 6BA81050)
(Portage version: 2.2.0_alpha27-r1/hg/Linux x86_64, signed Manifest commit with key 6BA81050)
2b9854e0244e 2b9854e0244e 05a911590551 2b9854e0244e 2b9854e0244e 2b9854e0244e 2b9854e0244e 2b9854e0244e 05a911590551 05a911590551 05a911590551 2b9854e0244e 2b9854e0244e 2b9854e0244e 2b9854e0244e 2b9854e0244e 2b9854e0244e 2b9854e0244e 2b9854e0244e 2b9854e0244e 05a911590551 2b9854e0244e 2b9854e0244e 2b9854e0244e 2b9854e0244e 2b9854e0244e 2b9854e0244e 2b9854e0244e 2b9854e0244e 2b9854e0244e 2b9854e0244e 2b9854e0244e | # Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
DESCRIPTION="PHP captcha creator and validator library"
HOMEPAGE="http://phpcaptcha.org/"
# Upstream doesn't version the tarball, so I do. --binki
SRC_URI="ftp://ohnopub.net/mirror/${P}.tar.gz
http://protofusion.org/mirror/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
S=${WORKDIR}
src_prepare() {
# It's good that the license is distributed, we just don't want to
# install it below.
rm -v LICENSE.txt || die
}
src_install()
{
insinto /usr/share/php/${PN}
doins -r *.{ttf,php,swf} audio backgrounds database gdfonts images words || die
dodoc README* || die
}
|