You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-php/awl/awl-0.53-r2.ebuild

31 lines
664 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
DESCRIPTION="Andrew McMillan's web libraries: A collection of generic classes
used by the davical calendar server"
HOMEPAGE="http://andrew.mcmillan.net.nz/projects/awl"
SRC_URI="http://debian.mcmillan.net.nz/packages/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
RDEPEND="dev-lang/php:*[pdo,postgres,xml]"
DOCS=( debian/README.Debian debian/changelog )
src_compile() {
:
}
src_install() {
dodoc "${DOCS[@]}"
use doc && dohtml -r "docs/api/"
insinto "/usr/share/php/${PN}"
doins -r dba inc scripts
}