wok view perl-http-message/receipt @ rev 12726

thunar: we dont need so much deps, make it lighter, we may say goodbye pcmanfm (v2 is a pain actually...)
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 05 13:58:37 2012 +0200 (2012-05-05)
parents d7d27acf2361
children 2d12ebd38be4
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-http-message"
4 VERSION="6.03"
5 CATEGORY="development"
6 SHORT_DESC="HTTP style messages"
7 MAINTAINER="slaxemulator@gmail.com"
8 WEB_SITE="http://search.cpan.org/dist/HTTP-Message"
9 SOURCE="HTTP-Message"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
13 DEPENDS="perl-encode-locale perl-html-parser perl-http-date perl-lwp-mediatypes perl-uri"
14 BUILD_DEPENDS="$DEPENDS"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 perl Makefile.PL &&
21 make &&
22 make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs
29 }