wok-6.x rev 9838
Replaced perl-lwp-useragent with perl-libwww since its the same source/package anyway.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 15 14:03:19 2011 +0000 (2011-05-15) |
parents | e41bca1e9fcd |
children | 6e5e3ecb013a |
files | backuppc/receipt ocsinventory-agent/receipt perl-lwp-useragent/receipt perl-xml-entities/receipt |
line diff
1.1 --- a/backuppc/receipt Sun May 15 14:01:49 2011 +0000 1.2 +++ b/backuppc/receipt Sun May 15 14:03:19 2011 +0000 1.3 @@ -12,7 +12,7 @@ 1.4 DEPENDS="tar perl-file-rsync perl perl-compress-raw-zlib perl-archive-zip \ 1.5 rsync bzip2 apache-mod-perl perl-xml-rss perl-net-ftp \ 1.6 perl-net-ftp-retrhandle perl-net-ftp-autoreconnect smbclient samba postfix \ 1.7 -bzip2 openssh perl-lwp-useragent" 1.8 +bzip2 openssh perl-libwww" 1.9 BUILD_DEPENDS="par2" 1.10 SUGGESTED="par2" 1.11 CONFIG_FILES="/etc/BackupPC/config.pl"
2.1 --- a/ocsinventory-agent/receipt Sun May 15 14:01:49 2011 +0000 2.2 +++ b/ocsinventory-agent/receipt Sun May 15 14:03:19 2011 +0000 2.3 @@ -7,7 +7,7 @@ 2.4 MAINTAINER="erjo@slitaz.org" 2.5 SOURCE="Ocsinventory-Agent" 2.6 TARBALL="$SOURCE-$VERSION.tar.gz" 2.7 -DEPENDS="perl perl-lwp-useragent perl-uri dmidecode" 2.8 +DEPENDS="perl perl-libwww perl-uri dmidecode" 2.9 SUGGESTED="nmap perl-net-ssleay" 2.10 BUILD_DEPENDS="perl" 2.11 WEB_SITE="http://www.ocsinventory-ng.org/"
3.1 --- a/perl-lwp-useragent/receipt Sun May 15 14:01:49 2011 +0000 3.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 3.3 @@ -1,30 +0,0 @@ 3.4 -# SliTaz package receipt. 3.5 - 3.6 -PACKAGE="perl-lwp-useragent" 3.7 -VERSION="5.823" 3.8 -CATEGORY="development" 3.9 -SHORT_DESC="LWP::UserAgent module is a Perl extension." 3.10 -MAINTAINER="pascal.bellard@slitaz.org" 3.11 -DEPENDS="perl" 3.12 -BUILD_DEPENDS="perl" 3.13 -SOURCE="libwww-perl" 3.14 -TARBALL="$SOURCE-$VERSION.tar.gz" 3.15 -WEB_SITE="http://www.cpan.org/modules/" 3.16 -WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL" 3.17 - 3.18 -# Rules to configure and make the package. 3.19 -compile_rules() 3.20 -{ 3.21 - cd $src 3.22 - perl Makefile.PL && 3.23 - make && 3.24 - make DESTDIR=$PWD/_pkg install 3.25 -} 3.26 - 3.27 -# Rules to gen a SliTaz package suitable for Tazpkg. 3.28 -genpkg_rules() 3.29 -{ 3.30 - mkdir -p $fs/usr 3.31 - cp -a $_pkg/usr/lib $fs/usr 3.32 -} 3.33 -
4.1 --- a/perl-xml-entities/receipt Sun May 15 14:01:49 2011 +0000 4.2 +++ b/perl-xml-entities/receipt Sun May 15 14:03:19 2011 +0000 4.3 @@ -6,7 +6,7 @@ 4.4 SHORT_DESC="XML::Entities module is a Perl extension." 4.5 MAINTAINER="pascal.bellard@slitaz.org" 4.6 DEPENDS="perl" 4.7 -BUILD_DEPENDS="perl perl-lwp-useragent perl-uri" 4.8 +BUILD_DEPENDS="perl perl-libwww perl-uri" 4.9 SOURCE="XML-Entities" 4.10 TARBALL="$SOURCE-$VERSION.tar.gz" 4.11 WEB_SITE="http://www.cpan.org/modules/"