gt5-1.4.0-r2.ebuild 588 B

1234567891011121314151617181920212223242526272829303132
  1. # Copyright 1999-2012 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. inherit eutils
  4. DESCRIPTION="a diff-capable 'du-browser'"
  5. HOMEPAGE="http://gt5.sourceforge.net/"
  6. SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
  7. LICENSE="GPL-2"
  8. SLOT="0"
  9. KEYWORDS="amd64 ~sparc x86"
  10. IUSE=""
  11. RDEPEND="|| ( www-client/links
  12. www-client/elinks
  13. www-client/lynx )"
  14. src_unpack() {
  15. unpack ${A}
  16. cd "${S}"
  17. epatch "${FILESDIR}/${P}-bash-shabang.patch" \
  18. "${FILESDIR}/${P}-empty-dirs.patch"
  19. }
  20. src_install() {
  21. dobin gt5
  22. doman gt5.1
  23. dodoc Changelog README
  24. }