SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "perl-http-message"

# SliTaz package receipt.

PACKAGE="perl-http-message"
VERSION="6.03"
CATEGORY="development"
SHORT_DESC="HTTP style messages"
MAINTAINER="slaxemulator@gmail.com"
WEB_SITE="http://search.cpan.org/dist/HTTP-Message"
SOURCE="HTTP-Message"
TARBALL="$SOURCE-$VERSION.tar.gz"
WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"

DEPENDS="perl-encode-locale perl-html-parser perl-http-date perl-lwp-mediatypes perl-uri"
BUILD_DEPENDS="$DEPENDS"

# 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()
{
    cp -a $install/* $fs
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)