[packages] ssmtp: update to 2.64 (#6467)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@19112 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
swalker 2010-01-12 14:40:40 +00:00
parent b467acd6c2
commit 2e6c50cc11

View File

@ -1,5 +1,5 @@
# #
# Copyright (C) 2007-2009 OpenWrt.org # Copyright (C) 2007-2010 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=ssmtp PKG_NAME:=ssmtp
PKG_VERSION:=2.63 PKG_VERSION:=2.64
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.bz2
PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/s/ssmtp/ PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/s/ssmtp
PKG_MD5SUM:= PKG_MD5SUM:=65b4e0df4934a6cd08c506cabcbe584f
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
@ -24,7 +24,7 @@ define Package/ssmtp
CATEGORY:=Mail CATEGORY:=Mail
DEPENDS:=+libopenssl DEPENDS:=+libopenssl
TITLE:=A minimal and secure mail sender TITLE:=A minimal and secure mail sender
URL:=http://packages.debian.org/stable/mail/ssmtp URL:=http://packages.debian.org/ssmtp
endef endef
define Package/ssmtp/description define Package/ssmtp/description
@ -35,6 +35,11 @@ define Package/ssmtp/description
configuration. configuration.
endef endef
define Package/ssmtp/conffiles
/etc/ssmtp/ssmtp.conf
/etc/ssmtp/revaliases
endef
CONFIGURE_VARS += \ CONFIGURE_VARS += \
LIBS="$(TARGET_LDFLAGS) -lcrypto -lssl" LIBS="$(TARGET_LDFLAGS) -lcrypto -lssl"
@ -43,7 +48,7 @@ CONFIGURE_ARGS += \
define Package/ssmtp/install define Package/ssmtp/install
$(INSTALL_DIR) $(1)/etc/ssmtp $(INSTALL_DIR) $(1)/etc/ssmtp
$(INSTALL_DATA) $(PKG_BUILD_DIR)/ssmtp.conf $(1)/etc/ssmtp/ $(INSTALL_CONF) $(PKG_BUILD_DIR)/ssmtp.conf $(1)/etc/ssmtp/
$(INSTALL_DATA) $(PKG_BUILD_DIR)/revaliases $(1)/etc/ssmtp/ $(INSTALL_DATA) $(PKG_BUILD_DIR)/revaliases $(1)/etc/ssmtp/
$(INSTALL_DIR) $(1)/usr/sbin $(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/ssmtp $(1)/usr/sbin/ $(INSTALL_BIN) $(PKG_BUILD_DIR)/ssmtp $(1)/usr/sbin/