wok-next diff perl-texi2html/receipt @ rev 18910
Add gnubg (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 22 21:54:46 2016 +0100 (2016-02-22) |
parents | 380ffe05937a |
children | bc6672455954 |
line diff
1.1 --- a/perl-texi2html/receipt Sat Aug 10 17:00:38 2013 +0000 1.2 +++ b/perl-texi2html/receipt Mon Feb 22 21:54:46 2016 +0100 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 -