wok rev 17741

perl-class-accessor, perl-file-rsync, perl-libjson, perl-texi2html: add bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 06 20:20:59 2015 +0100 (2015-03-06)
parents ee15b6380b31
children c0f78f4c829d
files perl-class-accessor/receipt perl-file-rsync/receipt perl-libjson/receipt perl-texi2html/receipt
line diff
     1.1 --- a/perl-class-accessor/receipt	Fri Mar 06 17:07:08 2015 +0100
     1.2 +++ b/perl-class-accessor/receipt	Fri Mar 06 20:20:59 2015 +0100
     1.3 @@ -6,16 +6,17 @@
     1.4  SHORT_DESC="Automated accessor generation"
     1.5  MAINTAINER="slaxemulator@gmail.com"
     1.6  LICENSE="GPL"
     1.7 -DEPENDS="perl"
     1.8  SOURCE="Class-Accessor"
     1.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://search.cpan.org/dist/Class-Accessor/"
    1.11  WGET_URL="http://www.cpan.org/authors/id/K/KA/KASEI/$TARBALL"
    1.12  
    1.13 +DEPENDS="perl"
    1.14 +BUILD_DEPENDS="perl"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19 -	cd $src
    1.20  	perl Makefile.PL && 
    1.21  	make && 
    1.22  	make DESTDIR=$DESTDIR install
    1.23 @@ -27,4 +28,3 @@
    1.24  	mkdir -p $fs/usr
    1.25  	cp -a $install/usr/lib $fs/usr
    1.26  }
    1.27 -
     2.1 --- a/perl-file-rsync/receipt	Fri Mar 06 17:07:08 2015 +0100
     2.2 +++ b/perl-file-rsync/receipt	Fri Mar 06 20:20:59 2015 +0100
     2.3 @@ -6,12 +6,14 @@
     2.4  SHORT_DESC="Perl Rsync client"
     2.5  MAINTAINER="slaxemulator@gmail.com"
     2.6  LICENSE="GPL"
     2.7 -DEPENDS="perl rsync"
     2.8  SOURCE="File-RsyncP"
     2.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    2.10  WEB_SITE="http://search.cpan.org/dist/File-RsyncP"
    2.11  WGET_URL="http://search.cpan.org/CPAN/authors/id/C/CB/CBARRATT/$TARBALL"
    2.12  
    2.13 +DEPENDS="perl rsync"
    2.14 +BUILD_DEPENDS="perl"
    2.15 +
    2.16  # Rules to configure and make the package.
    2.17  compile_rules()
    2.18  {
     3.1 --- a/perl-libjson/receipt	Fri Mar 06 17:07:08 2015 +0100
     3.2 +++ b/perl-libjson/receipt	Fri Mar 06 20:20:59 2015 +0100
     3.3 @@ -11,6 +11,9 @@
     3.4  WEB_SITE="https://metacpan.org/release/JSON"
     3.5  WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/$TARBALL"
     3.6  
     3.7 +DEPENDS="perl"
     3.8 +BUILD_DEPENDS="perl"
     3.9 +
    3.10  # Rules to configure and make the package.
    3.11  compile_rules()
    3.12  {
     4.1 --- a/perl-texi2html/receipt	Fri Mar 06 17:07:08 2015 +0100
     4.2 +++ b/perl-texi2html/receipt	Fri Mar 06 20:20:59 2015 +0100
     4.3 @@ -7,15 +7,16 @@
     4.4  SHORT_DESC="Converts texinfo documents to HTML."
     4.5  MAINTAINER="gokhlayeh@slitaz.org"
     4.6  LICENSE="GPL2"
     4.7 -DEPENDS="perl"
     4.8  TARBALL="$SOURCE-$VERSION.tar.bz2"
     4.9  WEB_SITE="http://www.nongnu.org/texi2html/"
    4.10  WGET_URL="http://download.savannah.gnu.org/releases/$SOURCE/$TARBALL"
    4.11  
    4.12 +DEPENDS="perl"
    4.13 +BUILD_DEPENDS="perl"
    4.14 +
    4.15  # Rules to configure and make the package.
    4.16  compile_rules()
    4.17  {
    4.18 -	cd $src
    4.19  	./configure $CONFIGURE_ARGS && make && make install
    4.20  }
    4.21  
    4.22 @@ -27,4 +28,3 @@
    4.23  	cp -a $install/usr/share/texi2html $fs/usr/share
    4.24  	sed -i 's|bin/env perl|bin/perl|' $fs/usr/bin/texi2html
    4.25  }
    4.26 -