SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "perl-exporter-tiny"

# SliTaz package receipt.

PACKAGE="perl-exporter-tiny"
VERSION="1.002002"
CATEGORY="development"
SHORT_DESC="Perl extension Exporter::Tiny."
MAINTAINER="nneul@neulinger.org"
LICENSE="GPL"
WEB_SITE="https://metacpan.org/pod/Exporter::Tiny"
REPOLOGY="perl:exporter-tiny"

SOURCE="Exporter-Tiny"
TARBALL="$SOURCE-$VERSION.tar.gz"
WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/$TARBALL"

DEPENDS="perl"
BUILD_DEPENDS="$DEPENDS"

# What is the latest version available today?
current_version()
{
    wget -O - $WEB_SITE 2>/dev/null | \
    sed '/release-name/!d;s|.*-v*||;s|<.*||;q'
}

# Rules to configure and make the package.
compile_rules()
{
    perl Makefile.PL &&
    make &&
    make install DESTDIR=$DESTDIR
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_folders    lib
}
6025 packages and 203653 files in current database (Fri May 31 00:00:08 2024)