public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 2/5] libassuan: Convert from addon to core program
Date: Sun, 04 Apr 2021 13:10:12 +0200	[thread overview]
Message-ID: <20210404111015.66155-3-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20210404111015.66155-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 1424 bytes --]

- libassuan required as a core program for gnupg 2.2 series
- rootfile moved from packages to common
- lfs adjusted to compile and install as core program

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 config/rootfiles/{packages => common}/libassuan | 0
 lfs/libassuan                                   | 6 ------
 2 files changed, 6 deletions(-)
 rename config/rootfiles/{packages => common}/libassuan (100%)

diff --git a/config/rootfiles/packages/libassuan b/config/rootfiles/common/libassuan
similarity index 100%
rename from config/rootfiles/packages/libassuan
rename to config/rootfiles/common/libassuan
diff --git a/lfs/libassuan b/lfs/libassuan
index 4edb3fcb0..a89cab3a0 100644
--- a/lfs/libassuan
+++ b/lfs/libassuan
@@ -31,10 +31,7 @@ DL_FILE    = $(THISAPP).tar.bz2
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
-PROG       = libassuan
-PAK_VER    = 6
 
-DEPS       =
 
 ###############################################################################
 # Top-level Rules
@@ -54,9 +51,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
-	@$(PAK)
-
 ###############################################################################
 # Downloading, checking, md5sum
 ###############################################################################
-- 
2.31.1


  parent reply	other threads:[~2021-04-04 11:10 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-04 11:10 [PATCH 0/5] gnupg: Update to 2.2.27 Adolf Belka
2021-04-04 11:10 ` [PATCH 1/5] " Adolf Belka
2021-04-04 11:10 ` Adolf Belka [this message]
2021-04-04 11:10 ` [PATCH 3/5] libksba: required for gnupg 2.2 series Adolf Belka
2021-04-04 11:10 ` [PATCH 4/5] npth: " Adolf Belka
2021-04-04 11:10 ` [PATCH 5/5] gpgme: Update to 1.15.1 Adolf Belka
2021-04-06 10:38 ` [PATCH 0/5] gnupg: Update to 2.2.27 Michael Tremer
2021-04-06 12:09   ` Adolf Belka
2021-04-06 13:40     ` Michael Tremer
2021-04-07 10:33       ` Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210404111015.66155-3-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox