wok-next annotate perl-crypt-smbhash/receipt @ rev 21677
updated geos (3.6.3 -> 3.8.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 29 11:11:43 2020 +0100 (2020-06-29) |
parents | d5aab818505e |
children |
rev | line source |
---|---|
al@21020 | 1 # SliTaz package receipt v2. |
pascal@1404 | 2 |
al@21068 | 3 ORIGIN="Crypt-SmbHash" |
pascal@1404 | 4 PACKAGE="perl-crypt-smbhash" |
pascal@1404 | 5 VERSION="0.12" |
al@21068 | 6 AUTHOR="BJKUIT" |
al@19770 | 7 CATEGORY="perl" |
al@19770 | 8 SHORT_DESC="Crypt::SmbHash - Perl-only implementation of lanman and nt md4 \ |
al@19770 | 9 hash functions, for use in Samba style smbpasswd entries" |
pascal@1404 | 10 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14702 | 11 LICENSE="GPL" |
al@21068 | 12 WEB_SITE="https://metacpan.org/release/$ORIGIN" |
al@21068 | 13 HOST_ARCH="any" |
al@21068 | 14 REPOLOGY="${PACKAGE/-/:}" |
al@19770 | 15 |
al@21068 | 16 TARBALL="$ORIGIN-$VERSION.tar.gz" |
al@21068 | 17 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" |
al@19770 | 18 |
al@21068 | 19 DEPENDS_std="perl" |
al@21068 | 20 BUILD_DEPENDS="$DEPENDS_std" |
pascal@1404 | 21 |
al@21020 | 22 compile_rules() { |
al@21068 | 23 cook_perl |
pascal@1404 | 24 } |