diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-03-08 13:18:07 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-03-09 18:34:21 +0100 |
commit | 475475704f711a7676eca0f63b6b27769544bf67 (patch) | |
tree | a1caefce6bf57be1ecd33e6976369428cdb72a80 /recipes/msmtp/msmtp_1.4.19.bb | |
parent | 52d301bd105351c587fa27b3383d2c229d015d06 (diff) |
msmtp: upgrade to 1.4.19
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
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" |