summaryrefslogtreecommitdiff
blob: 2a73abfa15343bcad8fdfdc72b6a019c8fe4e333 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2017 Gentoo Foundation
# 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
}