mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
10
package/libesmtp/Config.in
Normal file
10
package/libesmtp/Config.in
Normal file
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_LIBESMTP
|
||||
bool "libesmtp"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
help
|
||||
Library for sending emails through SMTP.
|
||||
|
||||
http://brianstafford.info/libesmtp
|
||||
|
||||
comment "libesmtp needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
4
package/libesmtp/libesmtp.hash
Normal file
4
package/libesmtp/libesmtp.hash
Normal file
@@ -0,0 +1,4 @@
|
||||
# Locally calculated
|
||||
sha256 d0a61a5c52d99fa7ce7d00ed0a07e341dbda67101dbed1ab0cdae3f37db4eb0b libesmtp-1.0.6.tar.bz2
|
||||
sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670 COPYING
|
||||
sha256 f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa COPYING.LIB
|
||||
16
package/libesmtp/libesmtp.mk
Normal file
16
package/libesmtp/libesmtp.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# libesmtp
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBESMTP_VERSION = 1.0.6
|
||||
LIBESMTP_SOURCE = libesmtp-$(LIBESMTP_VERSION).tar.bz2
|
||||
LIBESMTP_SITE = http://brianstafford.info/libesmtp
|
||||
LIBESMTP_INSTALL_STAGING = YES
|
||||
LIBESMTP_CONFIG_SCRIPTS = libesmtp-config
|
||||
LIBESMTP_DEPENDENCIES = $(if $(BR2_PACKAGE_OPENSSL),openssl)
|
||||
LIBESMTP_LICENSE = GPL-2.0+ (examples), LGPL-2.1+ (library)
|
||||
LIBESMTP_LICENSE_FILES = COPYING COPYING.LIB
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user