mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
fdm: Merge latest version and build fixes from master
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
+8
-15
@@ -9,13 +9,16 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=fdm
|
||||
PKG_VERSION:=1.9
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=4
|
||||
PKG_LICENSE:=BSD-2-Clause
|
||||
|
||||
PKG_SOURCE:=$(PKG_VERSION).zip
|
||||
PKG_SOURCE_URL:=https://github.com/nicm/fdm/archive
|
||||
PKG_HASH:=ee08f9133657c8c959b738079c2e4f556cf5cca2daa8343feaf4f07698ad6086
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://github.com/nicm/fdm/releases/download/$(PKG_VERSION)
|
||||
PKG_HASH:=16416c38a9a7e32d187220cc5ae61a51463d5e4e47419c5c513f422523d39914
|
||||
|
||||
PKG_FIXUP:=autoreconf
|
||||
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_INSTALL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
@@ -24,7 +27,7 @@ define Package/fdm
|
||||
SECTION:=mail
|
||||
CATEGORY:=Mail
|
||||
TITLE:=fetch mail and deliver
|
||||
URL:=http://fdm.sourceforge.net/
|
||||
URL:=https://github.com/nicm/fdm
|
||||
MAINTAINER:=Dmitry V. Zimin <pfzim@mail.ru>
|
||||
MENU:=1
|
||||
DEPENDS:=+tdb +zlib +libopenssl +FDM_WITH_PCRE:libpcre
|
||||
@@ -47,16 +50,6 @@ MAKE_FLAGS += \
|
||||
PREFIX="/usr" \
|
||||
$(if $(CONFIG_FDM_WITH_PCRE),PCRE=1)
|
||||
|
||||
define Build/Prepare
|
||||
$(call Build/Prepare/Default)
|
||||
$(CP) ./src/compat/* $(PKG_BUILD_DIR)/
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
( cd $(PKG_BUILD_DIR); ./autogen.sh )
|
||||
$(call Build/Configure/Default)
|
||||
endef
|
||||
|
||||
define Package/fdm/config
|
||||
source "$(SOURCE)/Config.in"
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user