summaryrefslogtreecommitdiff
blob: 5864668b0e1fa90da253510ad6ed0530fef9adc1 (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
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/perforce-gui/perforce-gui-2003.2.ebuild,v 1.2 2004/04/26 01:40:46 vapier Exp $

DESCRIPTION="GUI for perforce version control system"
HOMEPAGE="http://www.perforce.com/"
SRC_URI="http://www.perforce.com/downloads/perforce/r03.2/bin.linux24x86/p4v.tgz"

LICENSE="perforce.pdf"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
RESTRICT="nomirror nostrip"

DEPEND="virtual/glibc"

S=${WORKDIR}

src_compile() {
	true
}

src_install() {
	dobin p4v
	mkdir -p ${D}/usr/share/doc/p4v-2003.2
	cp -R P4VResources/p4vhelp/* ${D}/usr/share/doc/p4v-2003.2/
}