wok-next annotate 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
rev   line source
al@20872 1 # SliTaz package receipt v2.
al@20872 2
al@20872 3 PACKAGE="texi2html"
al@20872 4 VERSION="1.82"
al@20872 5 CATEGORY="utilities"
al@20872 6 SHORT_DESC="Converts texinfo documents to HTML"
al@21020 7 MAINTAINER="devel@slitaz.org"
al@20872 8 LICENSE="GPL2"
al@20872 9 WEB_SITE="http://www.nongnu.org/texi2html/"
al@20872 10
al@20872 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@20872 12 WGET_URL="http://download.savannah.gnu.org/releases/texi2html/$TARBALL"
al@20872 13
al@20872 14 BUILD_DEPENDS="perl"
al@20872 15
al@20872 16 compile_rules() {
al@20872 17 ./configure $CONFIGURE_ARGS &&
al@20872 18 make &&
al@20872 19 make install
al@20872 20 }
al@20872 21
al@20872 22 genpkg_rules() {
al@20872 23 copy @std
al@20872 24 DEPENDS="perl"
al@20872 25 }