wok-next view perl-authen-sasl/receipt @ rev 20963

Add hackdorte-artwork and remove appropriate old packages with dead homepages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Sep 08 15:02:14 2018 +0300 (2018-09-08)
parents 94c7506c8138
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-authen-sasl"
4 VERSION="2.16"
5 CATEGORY="perl"
6 SHORT_DESC="Authen::SASL - SASL Authentication framework"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/Authen-SASL"
10 REPOLOGY="perl:authen-sasl"
12 TARBALL="Authen-SASL-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/G/GB/GBARR/$TARBALL"
15 BUILD_DEPENDS="perl-digest-hmac perl-gssapi perl-module-install"
17 compile_rules() {
18 perl Makefile.PL &&
19 make && make DESTDIR=$install install &&
21 chmod -R u+w $install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="perl-digest-hmac"
27 }