wok-next diff perl-crypt-ssleay/receipt @ rev 20750

consolekit2, esound, fuse-emulator, glib, gstreamer1: update bdeps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 01 11:43:22 2018 +0300 (2018-06-01)
parents bc6672455954
children 4e6503d7a19f
line diff
     1.1 --- a/perl-crypt-ssleay/receipt	Thu Jun 15 02:59:24 2017 +0300
     1.2 +++ b/perl-crypt-ssleay/receipt	Fri Jun 01 11:43:22 2018 +0300
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="perl-crypt-ssleay"
     1.8  VERSION="0.72"
     1.9 @@ -11,20 +11,20 @@
    1.10  TARBALL="Crypt-SSLeay-$VERSION.tar.gz"
    1.11  WGET_URL="https://cpan.metacpan.org/authors/id/N/NA/NANIS/$TARBALL"
    1.12  
    1.13 -DEPENDS="perl openssl perl-lwp-protocol-https"
    1.14 -BUILD_DEPENDS="$DEPENDS perl-dev openssl-dev perl-path-class"
    1.15 +BUILD_DEPENDS="perl-lwp-protocol-https perl-dev openssl-dev perl-path-class \
    1.16 +perl-io-interactive-tiny"
    1.17  
    1.18 -# Rules to configure and make the package.
    1.19 -compile_rules()
    1.20 -{
    1.21 +compile_rules() {
    1.22 +	sed -i 's|inc::||' Makefile.PL
    1.23 +
    1.24  	perl Makefile.PL &&
    1.25 -	make && make DESTDIR=$install install &&
    1.26 +	make &&
    1.27 +	make DESTDIR=$install install &&
    1.28  
    1.29  	chmod -R u+w $install
    1.30  }
    1.31  
    1.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 -genpkg_rules()
    1.34 -{
    1.35 +genpkg_rules() {
    1.36  	copy @std
    1.37 +	DEPENDS="perl openssl perl-lwp-protocol-https"
    1.38  }