# HG changeset patch # User Christopher Rogers # Date 1305468430 0 # Node ID 6e5e3ecb013a125d0a0448e25fa182bd6f616357 # Parent fe7e875f7d999a2ca3b54fdc472a8c246ecbeed9 Removed perl-html-entiites. Use perl-html-parser instead. diff -r fe7e875f7d99 -r 6e5e3ecb013a perl-html-entities/receipt --- a/perl-html-entities/receipt Sun May 15 14:03:19 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="perl-html-entities" -VERSION="3.56" -CATEGORY="development" -SHORT_DESC="HTML::Entities module is a Perl extension." -MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="perl" -BUILD_DEPENDS="perl" -SOURCE="HTML-Parser" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://cpan.org/" -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - perl Makefile.PL && - make && - make DESTDIR=$PWD/_pkg install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr - cp -a $_pkg/usr/lib $fs/usr -} - diff -r fe7e875f7d99 -r 6e5e3ecb013a squirrelmail-html_mail/receipt --- a/squirrelmail-html_mail/receipt Sun May 15 14:03:19 2011 +0000 +++ b/squirrelmail-html_mail/receipt Sun May 15 14:07:10 2011 +0000 @@ -8,7 +8,7 @@ SOURCE="html_mail" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.squirrelmail.org/" -DEPENDS="squirrelmail perl-html-entities perl-html-parser perl-text-aspell" +DEPENDS="squirrelmail perl-html-parser perl-text-aspell" WGET_URL="${WEB_SITE}plugins/$TARBALL" CONFIG_FILES="/etc/squirrelmail/config-$SOURCE.php /etc/apache/conf.d"