# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/net-www/tikiwiki/tikiwiki-1.8.2.ebuild,v 1.2 2004/04/17 21:54:42 weeve Exp $ inherit webapp DESCRIPTION="Full featured Web Content Management System using Php and Smarty Templates" HOMEPAGE="http://tikiwiki.org/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" RESTRICT="nomirror" LICENSE="LGPL-2.1" KEYWORDS="~x86 ~ppc ~sparc" RDEPEND=">=virtual/php-4.2 'memory_limit = 16M'" einfo " ==> 'max_execution_time = 60'" einfo "Tiki likes PHP to have :" einfo " ==> 'default_charset = utf-8'" einfo " ==> 'file_uploads enabled = On'" einfo "Please edit /etc/php4/php.ini." einfo "" einfo "" einfo "Please read ${HTTPD_ROOT}/${PN}/doc/readme.txt !" einfo "" einfo "You may find further information on the Tiki website" einfo " ==> http://tikiwiki.org/InstallGettingStarted" einfo "" einfo "" einfo "Now, point your browser to the location of tiki-install.php" einfo " ==> e.g. http://localhost/tikiwiki/tiki-install.php" einfo "" }