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/tclreadline/tclreadline-2.3.8.ebuild

30 lines
605 B

# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Readline extension to TCL"
HOMEPAGE="https://github.com/flightaware/tclreadline"
SRC_URI="https://github.com/flightaware/tclreadline/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND="dev-lang/tcl:0=
sys-libs/readline:0="
RDEPEND="${DEPEND}"
BDEPEND=""
src_configure() {
econf \
--with-tcl="${EPREFIX}/usr/$(get_libdir)"
}
src_install() {
default
find "${D}" -name \*.la -delete
}