gentoo/dev-tcltk/tkpiechart/tkpiechart-6.5-r2.ebuild
Alfredo Tupone e022f82a0a
dev-tcltk/tkpiechart: EmptyGlobalAssignment
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2024-02-28 21:46:56 +01:00

28 lines
627 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="create and update 2D or 3D pie charts in a Tcl/Tk application"
HOMEPAGE="http://jfontain.free.fr/piechart6.htm"
SRC_URI="http://jfontain.free.fr/${P}.tar.bz2"
LICENSE="jfontain"
KEYWORDS="amd64 ~ppc x86"
SLOT="0"
DEPEND="dev-lang/tk:*
dev-tcltk/tcllib"
RDEPEND="${DEPEND}"
src_install() {
dodir /usr/$(get_libdir)/tkpiechart
./instapkg.tcl "${D}"/usr/$(get_libdir)/tkpiechart || die
HTML_DOCS=( *.gif *.htm )
einstalldocs
docinto demo
dodoc demo*
docompress -x /usr/share/doc/${PF}/demo
}