Skip to content

Commit

Permalink
dev-tex/html2latex: use src_configure, use RDEPEND
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Nov 24, 2021
1 parent 47285bd commit b1e3436
Showing 1 changed file with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,17 @@ DEPEND="dev-perl/HTML-Tree
dev-perl/XML-Simple
imagemagick? ( media-gfx/imagemagick )
libwww? ( dev-perl/libwww-perl )"
RDEPEND="${DEPEND}"

src_compile() {
src_configure() {
# HTML::LaTex
cd HTML
cd HTML || die
perl-module_src_configure
}

src_compile() {
# HTML::LaTex
cd HTML || die
perl-module_src_compile
}

Expand All @@ -33,8 +39,9 @@ src_install() {
dodoc README TODO

# HTML::LaTex
cd HTML
cd HTML || die
perl-module_src_install

# rm unwanted README.win
rm "${ED}"/usr/share/doc/${PF}/README.win.txt || die
}

0 comments on commit b1e3436

Please sign in to comment.