Skip to content

Commit

Permalink
dev-perl/SGMLSpm: Add compatibility symlink, bug 582094
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
akhuettel committed May 15, 2016
1 parent f3f5f10 commit 7f34b93
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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+"
Expand All @@ -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
}

0 comments on commit 7f34b93

Please sign in to comment.