diff options
Diffstat (limited to 'recipes-security/Mail-SpamAssasin/Mail-SpamAssassin_3.3.2.bb')
| -rw-r--r-- | recipes-security/Mail-SpamAssasin/Mail-SpamAssassin_3.3.2.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-security/Mail-SpamAssasin/Mail-SpamAssassin_3.3.2.bb b/recipes-security/Mail-SpamAssasin/Mail-SpamAssassin_3.3.2.bb new file mode 100644 index 0000000..af5907f --- /dev/null +++ b/recipes-security/Mail-SpamAssasin/Mail-SpamAssassin_3.3.2.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "e-mail filter" | ||
| 2 | DESCRIPTION = "SpamAssassin is a mail filter which attempts to identify spam using a variety of mechanisms including text analysis, Bayesian filtering, DNS blocklists, and collaborative filtering databases." | ||
| 3 | SECTION = "security" | ||
| 4 | LICENSE = "GPL-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" | ||
| 6 | DEPENDS = "perl" | ||
| 7 | |||
| 8 | SRC_URI = "http://apache.mirrors.hoobly.com/spamassassin/source/${PN}-${PV}.tar.gz" | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "d1d62cc5c6eac57e88c4006d9633b81e" | ||
| 11 | SRC_URI[sha256sum] = "5323038939a0ef9fc97d5264defce3ae1d95e98b3a94c4c3b583341c927f32df" | ||
| 12 | |||
| 13 | EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" | ||
| 14 | inherit cpan | ||
| 15 | |||
| 16 | do_compile(){ | ||
| 17 | export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" | ||
| 18 | cpan_do_compile | ||
| 19 | } | ||
