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

qtwebkit: rm gstreamer
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Oct 20 15:57:38 2017 +0200 (2017-10-20)
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 }