wok-next annotate perl-gssapi/receipt @ rev 21047

Up tazpkg (971), cookutils (1095)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Nov 26 21:15:05 2018 +0200 (2018-11-26)
parents 4e6503d7a19f
children f17e1f86f546
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@1666 2
pascal@1666 3 PACKAGE="perl-gssapi"
al@19709 4 VERSION="0.28"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="GSSAPI - Perl extension providing access to the GSSAPIv2 library"
pascal@1666 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 8 LICENSE="GPL"
al@19709 9 WEB_SITE="https://metacpan.org/release/GSSAPI"
al@20884 10 REPOLOGY="perl:gssapi"
al@19709 11
al@19709 12 TARBALL="GSSAPI-$VERSION.tar.gz"
al@19709 13 WGET_URL="https://cpan.metacpan.org/authors/id/A/AG/AGROLMS/$TARBALL"
al@19709 14
al@19769 15 BUILD_DEPENDS="perl-dev krb5-dev"
pascal@1666 16
al@21020 17 compile_rules() {
pascal@1666 18 perl Makefile.PL &&
al@21020 19 make &&
al@21020 20 make DESTDIR=$install install &&
al@19709 21
al@19709 22 chmod -R u+w $install
pascal@1666 23 }
pascal@1666 24
al@21020 25 genpkg_rules() {
al@19709 26 copy @std
al@21020 27 DEPENDS="libcomerr3 libkrb5 perl"
pascal@1666 28 }