# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-2.9.1.ebuild,v 1.2 2006/11/23 20:03:42 vivo Exp $ inherit eutils webapp depend.php MY_PV=${PV/_/-} MY_P="phpMyAdmin-${MY_PV}-all-languages-utf-8-only" DESCRIPTION="Web-based administration for MySQL database in PHP" HOMEPAGE="http://www.phpmyadmin.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="virtual/mysql ${T}/mysql-setup.sql } src_install() { webapp_src_preinst local docs="CREDITS Documentation.txt INSTALL README RELEASE-DATE-${MY_PV} TODO ChangeLog" # install the SQL scripts available to us # # unfortunately, we do not have scripts to upgrade from older versions # these are things we need to add at a later date webapp_sqlscript mysql ${T}/mysql-setup.sql dodoc ${docs} dohtml Documentation.html # Copy the app's main files einfo "Installing main files" cp -r . ${D}${MY_HTDOCSDIR} webapp_configfile ${MY_HTDOCSDIR}/libraries/config.default.php webapp_serverowned ${MY_HTDOCSDIR}/libraries/config.default.php webapp_postinst_txt en ${FILESDIR}/postinstall-en-2.8.0.txt webapp_hook_script ${FILESDIR}/reconfig-2.8 webapp_src_install # bug #88831, make sure the create script is world-readable. fperms 0600 ${MY_SQLSCRIPTSDIR}/mysql/${PVR}_create.sql }