wok-current rev 8864
Add: perl-texi2html 1.82
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Feb 26 05:01:22 2011 +0100 (2011-02-26) |
parents | e12edf09e821 |
children | 64dc7f280f43 |
files | perl-texi2html/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-texi2html/receipt Sat Feb 26 05:01:22 2011 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="perl-texi2html" 1.7 +SOURCE="texi2html" 1.8 +VERSION="1.82" 1.9 +CATEGORY="utilities" 1.10 +SHORT_DESC="Converts texinfo documents to HTML." 1.11 +MAINTAINER="gokhlayeh@slitaz.org" 1.12 +DEPENDS="perl" 1.13 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.14 +WEB_SITE="http://www.nongnu.org/texi2html/" 1.15 +WGET_URL="http://download.savannah.gnu.org/releases/$SOURCE/$TARBALL" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + cd $src 1.21 + ./configure && make && make install 1.22 +} 1.23 + 1.24 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.25 +genpkg_rules() 1.26 +{ 1.27 + mkdir -p $fs/usr/share 1.28 + cp -a $_pkg/usr/bin $fs/usr 1.29 + cp -a $_pkg/usr/share/texi2html $fs/usr/share 1.30 +} 1.31 +