SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "perl-crypt-blowfish"

# SliTaz package receipt.

PACKAGE="perl-crypt-blowfish"
VERSION="2.14"
CATEGORY="development"
SHORT_DESC="Crypt::Blowfish module is a Perl extension."
MAINTAINER="nneul@neulinger.org"
LICENSE="Perl"
DEPENDS="perl"
BUILD_DEPENDS="perl"
SOURCE="Crypt-Blowfish"
TARBALL="$SOURCE-$VERSION.tar.gz"
WEB_SITE="https://metacpan.org/dist/Crypt-Blowfish"
WGET_URL="http://cpan.org/authors/id/D/DP/DPARIS/$TARBALL"

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()
{
    cd $src
    perl Makefile.PL
    make
    make DESTDIR=$DESTDIR install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a $install/usr/lib $fs/usr
}

6011 packages and 861676 files in cooking database (Sun Jun 15 00:48:28 2025)