gentoo-ebuilds/dev-tcltk/scwoop/scwoop-4.1-r1.ebuild
Alfredo Tupone c17658ef99
dev-tcltk/scwoop: EmptyGlobalAssignment
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2024-02-28 21:46:47 +01:00

27 lines
567 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Simple Composite Widget Object Oriented Package"
HOMEPAGE="http://jfontain.free.fr/scwoop41.htm"
SRC_URI="http://jfontain.free.fr/${P}.tar.gz"
LICENSE="jfontain"
KEYWORDS="amd64 ~ppc x86"
SLOT="0"
DEPEND="dev-tcltk/tcllib"
RDEPEND="${DEPEND}"
HTML_DOCS=( scwoop.htm )
src_install() {
dodir /usr/lib/scwoop
./instapkg.tcl "${D}"/usr/lib/scwoop || die
einstalldocs
docompress -x /usr/share/doc/${PF}/demo
docinto demo
dodoc demo*
}