# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="HTML documentation for PHP" HOMEPAGE="http://www.php.net/download-docs.php" SRC_URI="http://dev.gentoo.org/~stuart/php/${PN}-${PVR}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="" S=${WORKDIR}/html src_install() { dohtml -r . # Weather we install or uninstall remove the old symlink [[ -e /usr/share/php-docs ]] && rm /usr/share/php-docs } pkg_postinst() { einfo "Creating symlink to PHP manual at /usr/share/php-docs" ln -s /usr/share/doc/php-docs-${PVR}/html /usr/share/php-docs }