wok diff perl-texi2html/receipt @ rev 14869
Up: perl-pango (1.224)
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Mon Jul 22 19:47:37 2013 -0300 (2013-07-22) |
parents | b7319995b37e |
children | 380ffe05937a |
line diff
1.1 --- a/perl-texi2html/receipt Mon Jan 02 23:06:18 2012 +0100 1.2 +++ b/perl-texi2html/receipt Mon Jul 22 19:47:37 2013 -0300 1.3 @@ -6,6 +6,7 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="Converts texinfo documents to HTML." 1.6 MAINTAINER="gokhlayeh@slitaz.org" 1.7 +LICENSE="GPL" 1.8 DEPENDS="perl" 1.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://www.nongnu.org/texi2html/" 1.11 @@ -22,8 +23,8 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/share 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 - cp -a $_pkg/usr/share/texi2html $fs/usr/share 1.17 + cp -a $install/usr/bin $fs/usr 1.18 + cp -a $install/usr/share/texi2html $fs/usr/share 1.19 sed -i 's|bin/env perl|bin/perl|' $fs/usr/bin/texi2html 1.20 } 1.21