wok-next view perl-http-message/receipt @ rev 19733

Some receipts v2: apr, apr-util, aspell, at-spi2-core, at-spi2-atk, atk, atkmm, cairomm, colord, glibmm, libsigc++, libxslt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 26 16:40:11 2017 +0300 (2017-05-26)
parents 2d12ebd38be4
children 0e7893ac206d
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-http-message"
4 VERSION="6.11"
5 CATEGORY="perl"
6 SHORT_DESC="HTTP::Message - HTTP style message"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/HTTP-Message"
11 TARBALL="HTTP-Message-$VERSION.tar.gz"
12 WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL"
14 DEPENDS="perl-encode-locale perl-http-date perl-io-html perl-lwp-mediatypes \
15 perl-uri"
16 BUILD_DEPENDS="$DEPENDS"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 perl Makefile.PL &&
22 make && make DESTDIR=$install install &&
24 chmod -R u+w $install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 copy @std
31 }