# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author: Nathan 'Nato' Uno # $Header: $ P=${PN/PEAR-//}-${PV} DESCRIPTION="Provides classes to deal with creation and manipulation of mime messages." HOMEPAGE="http://pear.php.net/package-info.php?pacid=21" SRC_URI="http://pear.php.net/get/${P}.tgz" LICENSE="PHP" SLOT="0" # Afaik, anything that runs php will run this... KEYWORDS="x86 ppc sparc" DEPEND="virtual/php" RDEPEND="${DEPEND}" S=${WORKDIR}/${P} src_install () { insinto /usr/lib/php/ doins mime.php doins mimeDecode.php doins mimePart.php doins xmail.dtd doins xmail.xsl }