# HG changeset patch # User Antoine Bodin # Date 1298692882 -3600 # Node ID 9214b75769d29841cff3f1b7c3941e70b5f1f1ef # Parent e12edf09e82163f1e74a9fe2de6fe0b74975409b Add: perl-texi2html 1.82 diff -r e12edf09e821 -r 9214b75769d2 perl-texi2html/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-texi2html/receipt Sat Feb 26 05:01:22 2011 +0100 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="perl-texi2html" +SOURCE="texi2html" +VERSION="1.82" +CATEGORY="utilities" +SHORT_DESC="Converts texinfo documents to HTML." +MAINTAINER="gokhlayeh@slitaz.org" +DEPENDS="perl" +TARBALL="$SOURCE-$VERSION.tar.bz2" +WEB_SITE="http://www.nongnu.org/texi2html/" +WGET_URL="http://download.savannah.gnu.org/releases/$SOURCE/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure && make && make install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/share/texi2html $fs/usr/share +} +