mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 00:18:26 +00:00
30 lines
524 B
Bash
30 lines
524 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
WX_GTK_VER="3.2-gtk3"
|
|
DIST_AUTHOR=MDOOTSON
|
|
DIST_VERSION=0.32
|
|
inherit wxwidgets perl-module virtualx
|
|
|
|
DESCRIPTION="access IO of external processes via events"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~riscv ~x86"
|
|
|
|
RDEPEND="
|
|
x11-libs/wxGTK:${WX_GTK_VER}=
|
|
>=dev-perl/Wx-0.97.01
|
|
"
|
|
DEPEND="${RDEPEND}"
|
|
BDEPEND="${RDEPEND}"
|
|
|
|
src_prepare() {
|
|
setup-wxwidgets
|
|
perl-module_src_prepare
|
|
}
|
|
|
|
src_test() {
|
|
virtx perl-module_src_test
|
|
}
|