wok-next annotate perl-perl-ldap/receipt @ rev 20244

Update bdeps: apache-mod-perl, codeblocks, tacacs+, thunar-archive-plugin, tuxpaint, xpenguins
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 07 10:54:15 2017 +0200 (2017-11-07)
parents
children 94c7506c8138
rev   line source
al@19709 1 # SliTaz package receipt.
al@19709 2
al@19709 3 PACKAGE="perl-perl-ldap"
al@19709 4 VERSION="0.65"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="LDAP client library"
al@19709 7 MAINTAINER="pascal.bellard@slitaz.org"
al@19709 8 LICENSE="GPL"
al@19709 9 WEB_SITE="https://metacpan.org/release/perl-ldap"
al@19709 10
al@19709 11 TARBALL="perl-ldap-$VERSION.tar.gz"
al@19709 12 WGET_URL="https://cpan.metacpan.org/authors/id/M/MA/MARSCHAP/$TARBALL"
al@19709 13
al@19709 14 DEPENDS="perl-convert-asn1 perl-text-soundex perl-io-socket-inet6 \
al@19709 15 perl-io-socket-ssl perl-authen-sasl perl-digest-hmac perl-gssapi perl-uri \
al@19709 16 perl-xml-sax-writer perl-xml-sax-base perl-libwww-perl perl-lwp-mediatypes \
al@19709 17 perl-http-negotiate perl-http-message perl-json"
al@19709 18 BUILD_DEPENDS="$DEPENDS"
al@19709 19
al@19709 20 # Rules to configure and make the package.
al@19709 21 compile_rules()
al@19709 22 {
al@19709 23 # avoid interactive questions
al@19709 24 PERL_MM_USE_DEFAULT=1 \
al@19709 25 perl Makefile.PL &&
al@19709 26 make && make DESTDIR=$install install &&
al@19709 27
al@19709 28 chmod -R u+w $install
al@19709 29 }
al@19709 30
al@19709 31 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19709 32 genpkg_rules()
al@19709 33 {
al@19709 34 copy @std
al@19709 35 }