# HG changeset patch # User Christopher Rogers # Date 1305468199 0 # Node ID fe7e875f7d999a2ca3b54fdc472a8c246ecbeed9 # Parent e41bca1e9fcd651582dab335ef16f014cf343752 Replaced perl-lwp-useragent with perl-libwww since its the same source/package anyway. diff -r e41bca1e9fcd -r fe7e875f7d99 backuppc/receipt --- a/backuppc/receipt Sun May 15 14:01:49 2011 +0000 +++ b/backuppc/receipt Sun May 15 14:03:19 2011 +0000 @@ -12,7 +12,7 @@ DEPENDS="tar perl-file-rsync perl perl-compress-raw-zlib perl-archive-zip \ rsync bzip2 apache-mod-perl perl-xml-rss perl-net-ftp \ perl-net-ftp-retrhandle perl-net-ftp-autoreconnect smbclient samba postfix \ -bzip2 openssh perl-lwp-useragent" +bzip2 openssh perl-libwww" BUILD_DEPENDS="par2" SUGGESTED="par2" CONFIG_FILES="/etc/BackupPC/config.pl" diff -r e41bca1e9fcd -r fe7e875f7d99 ocsinventory-agent/receipt --- a/ocsinventory-agent/receipt Sun May 15 14:01:49 2011 +0000 +++ b/ocsinventory-agent/receipt Sun May 15 14:03:19 2011 +0000 @@ -7,7 +7,7 @@ MAINTAINER="erjo@slitaz.org" SOURCE="Ocsinventory-Agent" TARBALL="$SOURCE-$VERSION.tar.gz" -DEPENDS="perl perl-lwp-useragent perl-uri dmidecode" +DEPENDS="perl perl-libwww perl-uri dmidecode" SUGGESTED="nmap perl-net-ssleay" BUILD_DEPENDS="perl" WEB_SITE="http://www.ocsinventory-ng.org/" diff -r e41bca1e9fcd -r fe7e875f7d99 perl-lwp-useragent/receipt --- a/perl-lwp-useragent/receipt Sun May 15 14:01:49 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="perl-lwp-useragent" -VERSION="5.823" -CATEGORY="development" -SHORT_DESC="LWP::UserAgent module is a Perl extension." -MAINTAINER="pascal.bellard@slitaz.org" -DEPENDS="perl" -BUILD_DEPENDS="perl" -SOURCE="libwww-perl" -TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://www.cpan.org/modules/" -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 e41bca1e9fcd -r fe7e875f7d99 perl-xml-entities/receipt --- a/perl-xml-entities/receipt Sun May 15 14:01:49 2011 +0000 +++ b/perl-xml-entities/receipt Sun May 15 14:03:19 2011 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="XML::Entities module is a Perl extension." MAINTAINER="pascal.bellard@slitaz.org" DEPENDS="perl" -BUILD_DEPENDS="perl perl-lwp-useragent perl-uri" +BUILD_DEPENDS="perl perl-libwww perl-uri" SOURCE="XML-Entities" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.cpan.org/modules/"