wok annotate perl-authen-sasl/receipt @ rev 23907

Up btrfs-progs (5.7)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 03 16:02:48 2020 +0000 (2020-08-03)
parents 20661c276bcf
children 15650f5d595b
rev   line source
pascal@1667 1 # SliTaz package receipt.
pascal@1667 2
pascal@1667 3 PACKAGE="perl-authen-sasl"
Hans-G?nter@23290 4 VERSION="2.16"
pascal@1667 5 CATEGORY="development"
Hans-G?nter@23290 6 SHORT_DESC="Perl extension Authen::SASL."
pascal@1667 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 8 LICENSE="GPL"
Hans-G?nter@23290 9 WEB_SITE="https://metacpan.org/release/Authen-SASL"
Hans-G?nter@23290 10
Hans-G?nter@23290 11 SOURCE="Authen-SASL"
Hans-G?nter@23290 12 TARBALL="$SOURCE-$VERSION.tar.gz"
Hans-G?nter@23290 13 WGET_URL="https://www.cpan.org/modules/by-module/Authen/$TARBALL"
Hans-G?nter@23290 14
pascal@1667 15 DEPENDS="perl perl-digest-hmac perl-gssapi"
pascal@1667 16 BUILD_DEPENDS="perl perl-digest-hmac perl-gssapi"
pascal@1667 17
pascal@1667 18 # Rules to configure and make the package.
pascal@1667 19 compile_rules()
pascal@1667 20 {
pascal@1667 21 perl Makefile.PL &&
pascal@1667 22 make &&
pascal@14702 23 make DESTDIR=$DESTDIR install
pascal@1667 24 }
pascal@1667 25
pascal@1667 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1667 27 genpkg_rules()
pascal@1667 28 {
pascal@1667 29 mkdir -p $fs/usr
Hans-G?nter@23290 30 cp -a $install/usr/lib $fs/usr
pascal@1667 31 }