You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-tcltk/tablelist/tablelist-6.3.ebuild

31 lines
648 B

# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit multilib
MY_P="${PN}${PV}"
DESCRIPTION="Multi-Column Listbox Package"
HOMEPAGE="http://www.nemethi.de/tablelist/index.html"
SRC_URI="http://www.nemethi.de/tablelist/${MY_P}.tar.gz"
LICENSE="tablelist"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="examples doc"
RDEPEND="dev-lang/tcl:0"
DEPEND=""
S="${WORKDIR}/${MY_P}"
src_install() {
insinto /usr/$(get_libdir)/${MY_P}
doins -r ${PN}* pkgIndex.tcl scripts
use examples && dodoc -r demos
use doc && docinto html && dodoc -r doc/*
einstalldocs
}