PEAR-MIME_Type-1.4.1.ebuild

Download (524 Bytes)

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

HOMEPAGE="https://pear.php.net/package/MIME_Type"
SRC_URI="https://pear.php.net/get/${P#PEAR-}.tgz"
DESCRIPTION="Utility class for dealing with MIME types"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
IUSE=""
RDEPEND=">=dev-lang/php-5.4:*
	>=dev-php/pear-1.9
	dev-php/PEAR-System_Command"
S="${WORKDIR}/${P#PEAR-}"

src_install() {
	insinto /usr/share/php
	doins -r MIME
}

Thank you!