wok view perl-mailtools/receipt @ rev 14698

Add perl-cgi, perl-config-general, perl-http-server-simple, perl-mailtools, perl-mime-lite, perl-mime-types
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 07 16:21:22 2013 +0200 (2013-06-07)
parents
children 2d12ebd38be4
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-mailtools"
4 VERSION="2.12"
5 CATEGORY="development"
6 SHORT_DESC="MAIL module is a Perl extension."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 DEPENDS="perl"
9 BUILD_DEPENDS="perl"
10 SOURCE="MailTools"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WEB_SITE="http://cpan.org/"
13 WGET_URL="http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/$TARBALL"
14 PROVIDE="perl-mail-address perl-mail-cap perl-mail-field perl-mail-filter \
15 perl-mail-header perl-mail-internet perl-mail-mailer perl-mail-send \
16 perl-mail-util"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 perl Makefile.PL &&
23 make &&
24 make install DESTDIR=$DESTDIR
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr
31 cp -a $install/usr/lib $fs/usr
32 }