# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="BIF (Build It Fast!) is a PHP4 framework for web applications development" HOMEPAGE="http://www.lunix.com.ar/Bif.php" SRC_URI="http://www.lunix.com.ar/Downloads/BIF/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~alpha ~amd64 ~sparc ~hppa ~arm" RESTRICT="nomirror" DEPEND="" RDEPEND="virtual/php" src_install() { dodir /usr/share/${P} dosym /usr/share/${P} /usr/share/${PN} cd ${S} dodoc ChangeLog ChangeLog.Resumen DEVELOPERS INSTALL TODO doman doc/man/man3/* rm -r doc/man mv doc/ ${D}/usr/share/doc/${P}/manual mv Base Components PEAR Public Skins tpl-cache Widgets ${D}/usr/share/${P}/ }