summaryrefslogtreecommitdiff
blob: f4c6994a1cce0ea2d595f1084438ea46ac5f810a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="4"

inherit eutils

DESCRIPTION="${PN}"
HOMEPAGE="http://qbnz.com/highlighter/"
SRC_URI="mirror://sourceforge/geshi/geshi/GeSHi%20${PV}/GeSHi-${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-lang/php-5.2"
DEPEND="${REDPEND}"

S=${WORKDIR}/${PN}

src_install() {
	insinto /usr/share/${PN}
	doins -r ${S}/${PN}/*
	insinto /usr/share
	doins ${S}/${PN}.php
	dobin ${FILESDIR}/geshi
}