wok-next annotate perl-module-build-tiny/receipt @ rev 21688

updated glu (9.0.0 -> 9.0.1)
author Hans-G?nter Theisgen
date Mon Jun 29 17:17:08 2020 +0100 (2020-06-29)
parents d5aab818505e
children
rev   line source
al@21068 1 # SliTaz package receipt v2.
al@19709 2
al@21068 3 ORIGIN="Module-Build-Tiny"
al@19709 4 PACKAGE="perl-module-build-tiny"
al@19709 5 VERSION="0.039"
al@21068 6 AUTHOR="LEONT"
al@19709 7 CATEGORY="perl"
al@19709 8 SHORT_DESC="Module::Build::Tiny - A tiny replacement for Module::Build"
al@19709 9 MAINTAINER="al.bobylev@gmail.com"
al@19709 10 LICENSE="GPL"
al@21068 11 WEB_SITE="https://metacpan.org/release/$ORIGIN"
al@21068 12 HOST_ARCH="any"
al@21068 13 REPOLOGY="${PACKAGE/-/:}"
al@19709 14
al@21068 15 TARBALL="$ORIGIN-$VERSION.tar.gz"
al@21068 16 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
al@19709 17
al@21068 18 DEPENDS_std="perl-extutils-config perl-extutils-helpers \
al@21020 19 perl-extutils-installpaths"
al@21068 20 BUILD_DEPENDS="$DEPENDS_std"
al@19709 21
al@21020 22 compile_rules() {
al@19709 23 perl Build.PL &&
al@21020 24 ./Build &&
al@21020 25 ./Build install --destdir $install &&
al@19709 26
al@19709 27 chmod -R u+w $install
al@19709 28 }