# HG changeset patch # User Pascal Bellard # Date 1425669659 -3600 # Node ID 573d4c47348149750bfd01cfaed68a5859a037c9 # Parent ee15b6380b315d7f1d0733661cdc3bf4dace5e7d perl-class-accessor, perl-file-rsync, perl-libjson, perl-texi2html: add bdeps diff -r ee15b6380b31 -r 573d4c473481 perl-class-accessor/receipt --- a/perl-class-accessor/receipt Fri Mar 06 17:07:08 2015 +0100 +++ b/perl-class-accessor/receipt Fri Mar 06 20:20:59 2015 +0100 @@ -6,16 +6,17 @@ SHORT_DESC="Automated accessor generation" MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" -DEPENDS="perl" SOURCE="Class-Accessor" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://search.cpan.org/dist/Class-Accessor/" WGET_URL="http://www.cpan.org/authors/id/K/KA/KASEI/$TARBALL" +DEPENDS="perl" +BUILD_DEPENDS="perl" + # Rules to configure and make the package. compile_rules() { - cd $src perl Makefile.PL && make && make DESTDIR=$DESTDIR install @@ -27,4 +28,3 @@ mkdir -p $fs/usr cp -a $install/usr/lib $fs/usr } - diff -r ee15b6380b31 -r 573d4c473481 perl-file-rsync/receipt --- a/perl-file-rsync/receipt Fri Mar 06 17:07:08 2015 +0100 +++ b/perl-file-rsync/receipt Fri Mar 06 20:20:59 2015 +0100 @@ -6,12 +6,14 @@ SHORT_DESC="Perl Rsync client" MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL" -DEPENDS="perl rsync" SOURCE="File-RsyncP" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://search.cpan.org/dist/File-RsyncP" WGET_URL="http://search.cpan.org/CPAN/authors/id/C/CB/CBARRATT/$TARBALL" +DEPENDS="perl rsync" +BUILD_DEPENDS="perl" + # Rules to configure and make the package. compile_rules() { diff -r ee15b6380b31 -r 573d4c473481 perl-libjson/receipt --- a/perl-libjson/receipt Fri Mar 06 17:07:08 2015 +0100 +++ b/perl-libjson/receipt Fri Mar 06 20:20:59 2015 +0100 @@ -11,6 +11,9 @@ WEB_SITE="https://metacpan.org/release/JSON" WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/$TARBALL" +DEPENDS="perl" +BUILD_DEPENDS="perl" + # Rules to configure and make the package. compile_rules() { diff -r ee15b6380b31 -r 573d4c473481 perl-texi2html/receipt --- a/perl-texi2html/receipt Fri Mar 06 17:07:08 2015 +0100 +++ b/perl-texi2html/receipt Fri Mar 06 20:20:59 2015 +0100 @@ -7,15 +7,16 @@ SHORT_DESC="Converts texinfo documents to HTML." MAINTAINER="gokhlayeh@slitaz.org" LICENSE="GPL2" -DEPENDS="perl" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.nongnu.org/texi2html/" WGET_URL="http://download.savannah.gnu.org/releases/$SOURCE/$TARBALL" +DEPENDS="perl" +BUILD_DEPENDS="perl" + # Rules to configure and make the package. compile_rules() { - cd $src ./configure $CONFIGURE_ARGS && make && make install } @@ -27,4 +28,3 @@ cp -a $install/usr/share/texi2html $fs/usr/share sed -i 's|bin/env perl|bin/perl|' $fs/usr/bin/texi2html } -