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

Up qedit, qbittorrent
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Oct 20 21:21:58 2017 +0200 (2017-10-20)
parents 573d4c473481
children 0e7893ac206d
rev   line source
gokhlayeh@8864 1 # SliTaz package receipt.
gokhlayeh@8864 2
gokhlayeh@8864 3 PACKAGE="perl-texi2html"
gokhlayeh@8864 4 SOURCE="texi2html"
gokhlayeh@8864 5 VERSION="1.82"
gokhlayeh@8864 6 CATEGORY="utilities"
al@19770 7 SHORT_DESC="Converts texinfo documents to HTML"
gokhlayeh@8864 8 MAINTAINER="gokhlayeh@slitaz.org"
pascal@15000 9 LICENSE="GPL2"
al@19770 10 WEB_SITE="http://www.nongnu.org/texi2html/"
al@19770 11
gokhlayeh@8864 12 TARBALL="$SOURCE-$VERSION.tar.bz2"
gokhlayeh@8864 13 WGET_URL="http://download.savannah.gnu.org/releases/$SOURCE/$TARBALL"
gokhlayeh@8864 14
pascal@17741 15 DEPENDS="perl"
pascal@17741 16 BUILD_DEPENDS="perl"
pascal@17741 17
gokhlayeh@8864 18 # Rules to configure and make the package.
gokhlayeh@8864 19 compile_rules()
gokhlayeh@8864 20 {
gokhlayeh@11573 21 ./configure $CONFIGURE_ARGS && make && make install
al@19770 22
al@19770 23 sed -i 's|bin/env perl|bin/perl|' $install/usr/bin/texi2html
gokhlayeh@8864 24 }
gokhlayeh@8864 25
gokhlayeh@8864 26 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@8864 27 genpkg_rules()
gokhlayeh@8864 28 {
al@19770 29 copy @std
gokhlayeh@8864 30 }