cgvg-1.6.2.ebuild 526 B

1234567891011121314151617181920
  1. # Copyright 1999-2010 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. DESCRIPTION="A tiny version of cscope that is much more useful in certian instances"
  4. HOMEPAGE="http://uzix.org/cgvg.html"
  5. SRC_URI="http://uzix.org/cgvg/${P}.tar.gz"
  6. LICENSE="GPL-2"
  7. SLOT="0"
  8. KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
  9. IUSE=""
  10. RDEPEND="dev-lang/perl"
  11. DEPEND="${RDEPEND}"
  12. src_install() {
  13. emake DESTDIR="${D}" install || die
  14. dodoc AUTHORS NEWS README TODO
  15. }