Skip to content
Snippets Groups Projects
Commit cc4f453d authored by Vittorio Giovara's avatar Vittorio Giovara Committed by Tristan Matthews
Browse files

contrib: add gpg-error rules

Dependency required by gcrypt.

Change-Id: I5b8491377b480b7755c8db8bfbbce113314e90bd
Refs: #46617
parent 7dc316a5
No related branches found
No related tags found
No related merge requests found
db35cff54f12fef121f62bd989147acb8a2bc0711564e7153c1d10c5542e3530d3b3e172210320d312a8438372a099977dc72905e1fcdc29eddfacf8d34998fe libgpg-error-1.13.tar.bz2
# GPG-error library
GPGERROR_VERSION := 1.13
GPGERROR_URL := http://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-$(GPGERROR_VERSION).tar.bz2
ifeq ($(call need_pkg," >= 1.11"),)
PKGS_FOUND += gpgerror
endif
$(TARBALLS)/libgpg-error-$(GPGERROR_VERSION).tar.bz2:
$(call download,$(GPGERROR_URL))
.sum-gpgerror: libgpg-error-$(GPGERROR_VERSION).tar.bz2
gpgerror: libgpg-error-$(GPGERROR_VERSION).tar.bz2 .sum-gpgerror
$(UNPACK)
$(MOVE)
.gpgerror: gpgerror
cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && $(MAKE) install
touch $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment