wok-next annotate perl-crypt-smbhash/receipt @ rev 20669
vde2: up / fix build
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri May 11 14:21:30 2018 +0300 (2018-05-11) |
parents | 2d12ebd38be4 |
children | 4e6503d7a19f |
rev | line source |
---|---|
pascal@1404 | 1 # SliTaz package receipt. |
pascal@1404 | 2 |
pascal@1404 | 3 PACKAGE="perl-crypt-smbhash" |
pascal@1404 | 4 VERSION="0.12" |
al@19770 | 5 CATEGORY="perl" |
al@19770 | 6 SHORT_DESC="Crypt::SmbHash - Perl-only implementation of lanman and nt md4 \ |
al@19770 | 7 hash functions, for use in Samba style smbpasswd entries" |
pascal@1404 | 8 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14702 | 9 LICENSE="GPL" |
al@19770 | 10 WEB_SITE="https://metacpan.org/release/Crypt-SmbHash" |
al@19770 | 11 |
al@19770 | 12 TARBALL="Crypt-SmbHash-$VERSION.tar.gz" |
al@19770 | 13 WGET_URL="https://cpan.metacpan.org/authors/id/B/BJ/BJKUIT/$TARBALL" |
al@19770 | 14 |
pascal@1404 | 15 DEPENDS="perl" |
pascal@1404 | 16 BUILD_DEPENDS="perl" |
pascal@1404 | 17 |
pascal@1404 | 18 # Rules to configure and make the package. |
pascal@1404 | 19 compile_rules() |
pascal@1404 | 20 { |
al@19770 | 21 perl Makefile.PL && |
al@19770 | 22 make && make DESTDIR=$install install && |
al@19770 | 23 |
al@19770 | 24 chmod -R u+w $install |
pascal@1404 | 25 } |
pascal@1404 | 26 |
pascal@1404 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1404 | 28 genpkg_rules() |
pascal@1404 | 29 { |
al@19770 | 30 copy @std |
pascal@1404 | 31 } |