wok-current annotate perl-module-metadata/receipt @ rev 24032
modified get-teamviewer to be able to fetch versions < 13
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 06 14:38:05 2021 +0100 (2021-04-06) |
parents | 660220d9dba5 |
children | 15650f5d595b |
rev | line source |
---|---|
pascal@20469 | 1 # SliTaz package receipt. |
pascal@20469 | 2 |
pascal@20469 | 3 PACKAGE="perl-module-metadata" |
Hans-G?nter@23371 | 4 VERSION="1.000037" |
pascal@20469 | 5 CATEGORY="development" |
Hans-G?nter@23371 | 6 SHORT_DESC="Perl extension Module::Metadata." |
pascal@20469 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@20469 | 8 LICENSE="GPL" |
Hans-G?nter@23371 | 9 WEB_SITE="https://metacpan.org/release/Module-Metadata" |
Hans-G?nter@23371 | 10 |
Hans-G?nter@23371 | 11 SOURCE="Module-Metadata" |
Hans-G?nter@23371 | 12 TARBALL="$SOURCE-$VERSION.tar.gz" |
Hans-G?nter@23371 | 13 WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL" |
Hans-G?nter@23371 | 14 |
pascal@20469 | 15 DEPENDS="perl" |
pascal@20469 | 16 BUILD_DEPENDS="perl" |
pascal@20469 | 17 |
pascal@20469 | 18 # Rules to configure and make the package. |
pascal@20469 | 19 compile_rules() |
pascal@20469 | 20 { |
pascal@20469 | 21 perl Makefile.PL && |
pascal@20469 | 22 make && |
pascal@20469 | 23 make DESTDIR=$DESTDIR install |
pascal@20469 | 24 } |
pascal@20469 | 25 |
pascal@20469 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@20469 | 27 genpkg_rules() |
pascal@20469 | 28 { |
pascal@20469 | 29 mkdir -p $fs/usr |
Hans-G?nter@23371 | 30 cp -a $install/usr/lib $fs/usr |
pascal@20469 | 31 } |