public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] libpciaccess: Update to 0.16
@ 2020-02-06 11:34 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2020-02-06 11:34 UTC (permalink / raw)
  To: development

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

There are not rootfile changes.

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 lfs/libpciaccess | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/lfs/libpciaccess b/lfs/libpciaccess
index 571a71d6f..dd109220c 100644
--- a/lfs/libpciaccess
+++ b/lfs/libpciaccess
@@ -24,15 +24,15 @@
 
 include Config
 
-VER        = 0.13.4
+VER        = 0.16
 
 THISAPP    = libpciaccess-$(VER)
-DL_FILE    = $(THISAPP).tar.gz
+DL_FILE    = $(THISAPP).tar.bz2
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = libpciaccess
-PAK_VER    = 1
+PAK_VER    = 2
 
 DEPS       = ""
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = cc1fad87da60682af1d5fa43a5da45a4
+$(DL_FILE)_MD5 = b34e2cbdd6aa8f9cc3fa613fd401a6d6
 
 install : $(TARGET)
 check : $(patsubst %,$(DIR_CHK)/%,$(objects))
@@ -75,7 +75,7 @@ $(subst %,%_MD5,$(objects)) :
 
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
-	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
 	cd $(DIR_APP) && ./configure --prefix=/usr
 	cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
 	cd $(DIR_APP) && make install
-- 
2.20.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-06 11:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-06 11:34 [PATCH] libpciaccess: Update to 0.16 Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox