wok view perl-net-ldap/receipt @ rev 23180
updated minetest, minetest-common and minetest-server (5.0.1 -> 5.1.1)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Mar 19 15:34:58 2020 +0100 (2020-03-19) |
parents | 2d12ebd38be4 |
children | b32616ccd320 |
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-net-ldap"
4 VERSION="0.39"
5 CATEGORY="development"
6 SHORT_DESC="Net::LDAP module is a Perl extension."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 #DEPENDS="perl perl-convert-asn1 perl-io-socket-ssl perl-uri-ldap perl-authen-sasl perl-xml-sax-writer"
10 DEPENDS="perl perl-convert-asn1 perl-uri perl-authen-sasl"
11 BUILD_DEPENDS="$DEPENDS"
12 SOURCE="perl-ldap"
13 TARBALL="$SOURCE-$VERSION.tar.gz"
14 WEB_SITE="http://cpan.org/"
15 WGET_URL="https://metacpan.org/CPAN/authors/id/G/GB/GBARR/$TARBALL"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 yes n | perl Makefile.PL &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $install/usr/lib $fs/usr
31 }