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

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