wok-next annotate perl-texi2html/receipt @ rev 20831

Remove lz4c
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 15 14:58:21 2018 +0200 (2018-06-15)
parents bc6672455954
children
rev   line source
al@20443 1 # SliTaz package receipt v2.
gokhlayeh@8864 2
gokhlayeh@8864 3 PACKAGE="perl-texi2html"
gokhlayeh@8864 4 VERSION="1.82"
gokhlayeh@8864 5 CATEGORY="utilities"
al@19770 6 SHORT_DESC="Converts texinfo documents to HTML"
gokhlayeh@8864 7 MAINTAINER="gokhlayeh@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@19770 9 WEB_SITE="http://www.nongnu.org/texi2html/"
al@19770 10
al@20443 11 TARBALL="texi2html-$VERSION.tar.bz2"
al@20443 12 WGET_URL="http://download.savannah.gnu.org/releases/texi2html/$TARBALL"
gokhlayeh@8864 13
pascal@17741 14 BUILD_DEPENDS="perl"
pascal@17741 15
al@20443 16 compile_rules() {
al@20443 17 ./configure $CONFIGURE_ARGS && make && make install || return 1
al@19770 18
al@19770 19 sed -i 's|bin/env perl|bin/perl|' $install/usr/bin/texi2html
gokhlayeh@8864 20 }
gokhlayeh@8864 21
al@20443 22 genpkg_rules() {
al@19770 23 copy @std
al@20443 24 DEPENDS="perl"
gokhlayeh@8864 25 }