wok view spamassassin/receipt @ rev 22802

freetype: add freetype-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 28 09:23:39 2020 +0100 (2020-01-28)
parents
children 3ae2d1f7b186
line source
1 # SliTaz package receipt.
3 PACKAGE="spamassassin"
4 VERSION="3.4.2"
5 CATEGORY="network"
6 SHORT_DESC="anti-spam platform to classify email and block spam"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="Apache"
9 TARBALL="Mail-SpamAssassin-$VERSION.tar.gz"
10 WEB_SITE="https://spamassassin.apache.org/"
11 WGET_URL="http://miroir.univ-lorraine.fr/apache//spamassassin/source/$TARBALL"
12 CONFIG_FILES="/etc/mail/spamassassin"
14 DEPENDS="perl-net-dns perl-html-parser perl-netaddr-ip"
15 BUILD_DEPENDS="perl-net-dns perl-html-parser perl-netaddr-ip"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 echo -n | 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 }