mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
72cb71c827
Now SHA256 has been shown to be an adequate replacement for SHA1, use SHA256 for verifying all port downloads. Ref #2767
12 lines
458 B
Plaintext
12 lines
458 B
Plaintext
LICENSE := BSD
|
|
VERSION := 3.3.2
|
|
DOWNLOADS := libarchive.archive
|
|
|
|
URL(libarchive) := https://www.libarchive.org/downloads/libarchive-$(VERSION).tar.gz
|
|
SHA(libarchive) := ed2dbd6954792b2c054ccf8ec4b330a54b85904a80cef477a1c74643ddafa0ce
|
|
DIR(libarchive) := src/lib/libarchive
|
|
|
|
DIRS := include/libarchive
|
|
DIR_CONTENT(include/libarchive) := $(addprefix src/lib/libarchive/libarchive/,\
|
|
archive.h archive_entry.h)
|