wok-current annotate perl-texi2html/receipt @ rev 22012
updated tcllib (1.12 -> 1.19)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Oct 19 15:47:58 2019 +0100 (2019-10-19) |
parents | 380ffe05937a |
children | ca4a422cce07 |
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" |
gokhlayeh@8864 | 7 SHORT_DESC="Converts texinfo documents to HTML." |
gokhlayeh@8864 | 8 MAINTAINER="gokhlayeh@slitaz.org" |
pascal@15000 | 9 LICENSE="GPL2" |
gokhlayeh@8864 | 10 TARBALL="$SOURCE-$VERSION.tar.bz2" |
gokhlayeh@8864 | 11 WEB_SITE="http://www.nongnu.org/texi2html/" |
gokhlayeh@8864 | 12 WGET_URL="http://download.savannah.gnu.org/releases/$SOURCE/$TARBALL" |
gokhlayeh@8864 | 13 |
pascal@17741 | 14 DEPENDS="perl" |
pascal@17741 | 15 BUILD_DEPENDS="perl" |
pascal@17741 | 16 |
gokhlayeh@8864 | 17 # Rules to configure and make the package. |
gokhlayeh@8864 | 18 compile_rules() |
gokhlayeh@8864 | 19 { |
gokhlayeh@11573 | 20 ./configure $CONFIGURE_ARGS && make && make install |
gokhlayeh@8864 | 21 } |
gokhlayeh@8864 | 22 |
gokhlayeh@8864 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
gokhlayeh@8864 | 24 genpkg_rules() |
gokhlayeh@8864 | 25 { |
gokhlayeh@8864 | 26 mkdir -p $fs/usr/share |
pascal@14702 | 27 cp -a $install/usr/bin $fs/usr |
pascal@14702 | 28 cp -a $install/usr/share/texi2html $fs/usr/share |
pascal@9160 | 29 sed -i 's|bin/env perl|bin/perl|' $fs/usr/bin/texi2html |
gokhlayeh@8864 | 30 } |