wok view perl-mime-lite/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-mime-lite"
4 VERSION="3.029"
5 CATEGORY="development"
6 SHORT_DESC="MIME::Lite module is a Perl extension."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 DEPENDS="perl perl-mailtools perl-mime-types"
9 BUILD_DEPENDS="perl perl-mailtools perl-mime-types"
10 SOURCE="MIME-Lite"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WEB_SITE="http://cpan.org/"
13 WGET_URL="http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 perl Makefile.PL &&
20 make &&
21 make install DESTDIR=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/lib $fs/usr
29 }