wok-next view perl-perl-ldap/receipt @ rev 21725

busybox: add overrides
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:18:16 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="perl-ldap"
4 PACKAGE="perl-perl-ldap"
5 VERSION="0.65"
6 AUTHOR="MARSCHAP"
7 CATEGORY="perl"
8 SHORT_DESC="LDAP client library"
9 MAINTAINER="pascal.bellard@slitaz.org"
10 LICENSE="GPL"
11 WEB_SITE="https://metacpan.org/release/$ORIGIN"
12 HOST_ARCH="any"
13 REPOLOGY="${PACKAGE/-/:}"
15 TARBALL="$ORIGIN-$VERSION.tar.gz"
16 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
18 DEPENDS_std="perl-convert-asn1 perl-text-soundex perl-io-socket-inet6 \
19 perl-io-socket-ssl perl-authen-sasl perl-digest-hmac perl-gssapi perl-uri \
20 perl-xml-sax-writer perl-xml-sax-base perl-libwww-perl perl-lwp-mediatypes \
21 perl-http-negotiate perl-http-message perl-json"
22 BUILD_DEPENDS="$DEPENDS_std perl-module-install"
24 compile_rules() {
25 cook_perl
26 }