wok diff perl-texi2html/receipt @ rev 14765

Add iaxmodem
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 21 16:25:19 2013 +0200 (2013-06-21)
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	Fri Jun 21 16:25:19 2013 +0200
     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