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