dev-perl/SGMLSpm: Add compatibility symlink, bug 582094

Package-Manager: portage-2.2.28
This commit is contained in:
Andreas K. Hüttel
2016-05-15 20:49:33 +02:00
parent f3f5f10aaf
commit 7f34b93bde

View File

@@ -5,7 +5,7 @@
EAPI=6
DIST_AUTHOR=RAAB
inherit eutils perl-module
inherit perl-module
DESCRIPTION="Perl library for parsing the output of nsgmls"
LICENSE="GPL-2+"
@@ -14,3 +14,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s
IUSE=""
DEPEND="dev-perl/Module-Build"
src_install() {
perl-module_src_install
dosym sgmlspl.pl /usr/bin/sgmlspl
}