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-perl/Tk-JPEG-Lite/Tk-JPEG-Lite-2.15.0.ebuild

25 lines
465 B

# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=SREZIC
DIST_VERSION=2.015
inherit perl-module virtualx
DESCRIPTION="lite JPEG loader for Tk::Photo"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc sparc x86"
IUSE=""
RDEPEND="virtual/jpeg:0
>=dev-perl/Tk-800.15.0"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.580.0
dev-perl/Devel-CheckLib
"
src_test() {
virtx perl-module_src_test
}