tkpiechart-6.5-r1.ebuild 627 B

123456789101112131415161718192021222324252627
  1. # Copyright 1999-2013 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. inherit multilib
  4. DESCRIPTION="create and update 2D or 3D pie charts in a Tcl/Tk application"
  5. HOMEPAGE="http://jfontain.free.fr/piechart6.htm"
  6. SRC_URI="http://jfontain.free.fr/${P}.tar.bz2"
  7. LICENSE="jfontain"
  8. KEYWORDS="amd64 ~ppc x86"
  9. SLOT="0"
  10. IUSE=""
  11. DEPEND=">=dev-lang/tk-8.3
  12. dev-tcltk/tcllib"
  13. src_install() {
  14. dodir /usr/$(get_libdir)/tkpiechart
  15. ./instapkg.tcl "${D}"/usr/$(get_libdir)/tkpiechart || die
  16. dodoc CHANGES CONTENTS README TODO || die
  17. dohtml *.gif *.htm || die
  18. docinto demo
  19. dodoc demo* || die
  20. }