wok-next view texi2html/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents fa742965cd05
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="texi2html"
4 VERSION="1.82"
5 CATEGORY="utilities"
6 SHORT_DESC="Converts texinfo documents to HTML"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.nongnu.org/texi2html/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://download.savannah.gnu.org/releases/texi2html/$TARBALL"
14 BUILD_DEPENDS="perl"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="perl"
25 }