diff options
Diffstat (limited to 'recipes/msmtp/msmtp_1.4.19.bb')
-rw-r--r-- | recipes/msmtp/msmtp_1.4.19.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/msmtp/msmtp_1.4.19.bb b/recipes/msmtp/msmtp_1.4.19.bb new file mode 100644 index 0000000000..b45160a3f4 --- /dev/null +++ b/recipes/msmtp/msmtp_1.4.19.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "A sendmail replacement for use in MTAs like mutt" +HOMEPAGE = "http://msmtp.sourceforge.net/" +SECTION = "console/network" +LICENSE = "GPLv2" +DEPENDS = "zlib gnutls" + +SRC_URI = "${SOURCEFORGE_MIRROR}/msmtp/msmtp-${PV}.tar.bz2;name=u1" + +inherit autotools + +SRC_URI[u1.md5sum] = "f0afdc943bf7c8a3a3bf3fe1a73072c4" +SRC_URI[u1.sha256sum] = "d6bf3f6f796041fc7d6653c022cc696238fdf8b2d538c4b2cd6c0aae5f056c66" |