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

tor update: 0.3.3.7 -> 0.3.3.10
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Oct 28 14:13:49 2018 +0000 (2018-10-28)
parents 4e6503d7a19f
children d5aab818505e
rev   line source
al@20501 1 # SliTaz package receipt v2.
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@20885 10 REPOLOGY="perl:perl-ldap"
al@19709 11
al@19709 12 TARBALL="perl-ldap-$VERSION.tar.gz"
al@19709 13 WGET_URL="https://cpan.metacpan.org/authors/id/M/MA/MARSCHAP/$TARBALL"
al@19709 14
al@19709 15 DEPENDS="perl-convert-asn1 perl-text-soundex perl-io-socket-inet6 \
al@19709 16 perl-io-socket-ssl perl-authen-sasl perl-digest-hmac perl-gssapi perl-uri \
al@19709 17 perl-xml-sax-writer perl-xml-sax-base perl-libwww-perl perl-lwp-mediatypes \
al@19709 18 perl-http-negotiate perl-http-message perl-json"
al@20501 19 BUILD_DEPENDS="$DEPENDS perl-module-install"
al@19709 20
al@20501 21 compile_rules() {
al@19709 22 # avoid interactive questions
al@19709 23 PERL_MM_USE_DEFAULT=1 \
al@19709 24 perl Makefile.PL &&
al@19709 25 make && make DESTDIR=$install install &&
al@19709 26
al@19709 27 chmod -R u+w $install
al@19709 28 }
al@19709 29
al@20501 30 genpkg_rules() {
al@19709 31 copy @std
al@19709 32 }