From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH v2 10/11] Drop sendEmail add-on Date: Mon, 17 May 2021 23:58:54 +0200 Message-ID: <8f6a77fa-12ea-bf06-6e5e-c0364cb43266@ipfire.org> In-Reply-To: <802041c0-01b1-9af1-ba45-bdd98da091d7@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2007688889845640305==" List-Id: --===============2007688889845640305== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable As discussed in https://wiki.ipfire.org/devel/telco/2021-05-03. Signed-off-by: Peter M=C3=BCller --- config/rootfiles/packages/sendEmail | 1 - lfs/sendEmail | 70 ----------------------------- 2 files changed, 71 deletions(-) delete mode 100644 config/rootfiles/packages/sendEmail delete mode 100644 lfs/sendEmail diff --git a/config/rootfiles/packages/sendEmail b/config/rootfiles/packages/= sendEmail deleted file mode 100644 index ee206e288..000000000 --- a/config/rootfiles/packages/sendEmail +++ /dev/null @@ -1 +0,0 @@ -usr/local/bin/sendEmail diff --git a/lfs/sendEmail b/lfs/sendEmail deleted file mode 100644 index ea2345f22..000000000 --- a/lfs/sendEmail +++ /dev/null @@ -1,70 +0,0 @@ -############################################################################= ### -# IPFire.org - An Open Source Firewall Solution = # -# Copyright (C) 2007-2018 IPFire Team = # -############################################################################= ### - -############################################################################= ### -# Definitions -############################################################################= ### - -include Config - -VER =3D 1.56 - -THISAPP =3D sendEmail-v$(VER) -DL_FILE =3D $(THISAPP).tar.gz -DL_FROM =3D $(URL_IPFIRE) -DIR_APP =3D $(DIR_SRC)/$(THISAPP) -TARGET =3D $(DIR_INFO)/$(THISAPP) -PROG =3D sendEmail -PAK_VER =3D 2 - -DEPS =3D - -############################################################################= ### -# Top-level Rules -############################################################################= ### - -objects =3D $(DL_FILE) - -$(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_MD5 =3D 5b7bec4373268fa6446fa59416bb99fb - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -md5 : $(subst %,%_MD5,$(objects)) - -dist:=20 - @$(PAK) - -############################################################################= ### -# Downloading, checking, md5sum -############################################################################= ### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_MD5,$(objects)) : - @$(MD5) - -############################################################################= ### -# Installation Details -############################################################################= ### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && cp -pvf sendEmail /usr/local/bin - chown root.root /usr/local/bin/sendEmail - chmod 755 /usr/local/bin/sendEmail - @rm -rf $(DIR_APP) - @$(POSTBUILD) - --=20 2.26.2 --===============2007688889845640305==--