SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "perl-appconfig"

# SliTaz package receipt.

PACKAGE="perl-appconfig"
VERSION="1.71"
CATEGORY="development"
SHORT_DESC="Perl/CPAN Module AppConfig"
MAINTAINER="nneul@neulinger.org"
LICENSE="Artistic"
DEPENDS="perl"
BUILD_DEPENDS="perl"
SOURCE="AppConfig"
TARBALL="$SOURCE-$VERSION.tar.gz"
WEB_SITE="https://metacpan.org/release/AppConfig/"
WGET_URL="http://www.cpan.org/authors/id/N/NE/NEILB/$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
    # remove perllocal.pod and .packlist
    find ${fs} -name perllocal.pod -delete
    find ${fs} -name .packlist -delete


}

6047 packages and 209931 files in current database (Wed Jun 26 15:35:30 2024)