# Copyright 1999-2004 Gentoo Foundation # 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.4 2004/07/02 05:11:15 eradicator Exp $ DESCRIPTION="GUI for perforce version control system" HOMEPAGE="http://www.perforce.com/" REAL_URI="http://www.perforce.com/downloads/perforce/r06.1/bin.linux24x86/p4v.tgz" SRC_URI="http://www.perforce.com/downloads/perforce/r06.1/bin.linux24x86/p4v-${PVR}.tgz" LICENSE="perforce.pdf" SLOT="0" KEYWORDS="~x86" IUSE="" RESTRICT="fetch strip" DEPEND="virtual/libc" S=${WORKDIR} pkg_nofetch() { einfo einfo " Due to file naming issues, we cannot fetch the p4v.tgz" einfo " automagically." einfo einfo " 1. Download ${REAL_URI}" einfo " 2. Move file to ${DISTDIR}/p4v-${PVR}.tgz" einfo } src_install() { dobin p4v || die mkdir -p ${D}/usr/share/doc/p4v-${PV} cp -R P4VResources/p4vhelp/* ${D}/usr/share/doc/p4v-${PV}/ }