wok-current diff perl-texi2html/receipt @ rev 19997
@depends: python-vte
author | hackdorte <hackdorte@yandex.com> |
---|---|
date | Thu Jul 27 09:23:34 2017 -0300 (2017-07-27) |
parents | 380ffe05937a |
children | ca4a422cce07 |
line diff
1.1 --- a/perl-texi2html/receipt Sat Aug 10 17:00:38 2013 +0000 1.2 +++ b/perl-texi2html/receipt Thu Jul 27 09:23:34 2017 -0300 1.3 @@ -7,15 +7,16 @@ 1.4 SHORT_DESC="Converts texinfo documents to HTML." 1.5 MAINTAINER="gokhlayeh@slitaz.org" 1.6 LICENSE="GPL2" 1.7 -DEPENDS="perl" 1.8 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://www.nongnu.org/texi2html/" 1.10 WGET_URL="http://download.savannah.gnu.org/releases/$SOURCE/$TARBALL" 1.11 1.12 +DEPENDS="perl" 1.13 +BUILD_DEPENDS="perl" 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 - cd $src 1.19 ./configure $CONFIGURE_ARGS && make && make install 1.20 } 1.21 1.22 @@ -27,4 +28,3 @@ 1.23 cp -a $install/usr/share/texi2html $fs/usr/share 1.24 sed -i 's|bin/env perl|bin/perl|' $fs/usr/bin/texi2html 1.25 } 1.26 -