1410cbd163
The original site is gone, and the author is no longer providing tarballs: https://libesmtp.github.io/notes.html Change website link to the current official page. Fixes: http://autobuild.buildroot.net/results/d788315bf708c31e14ba5fb35dccf94753d5f78a/ http://autobuild.buildroot.net/results/83bfdd8e5f897b4d4be81c4c16106feb4e17bd50/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
18 lines
623 B
Makefile
18 lines
623 B
Makefile
################################################################################
|
|
#
|
|
# libesmtp
|
|
#
|
|
################################################################################
|
|
|
|
LIBESMTP_VERSION = 1.0.6
|
|
LIBESMTP_SOURCE = libesmtp-$(LIBESMTP_VERSION).tar.bz2
|
|
LIBESMTP_SITE = http://sources.buildroot.net/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
|
|
LIBESMTP_CPE_ID_VENDOR = libesmtp_project
|
|
|
|
$(eval $(autotools-package))
|