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
11 lines
315 B
Plaintext
11 lines
315 B
Plaintext
LICENSE := BSD
|
|
DOWNLOADS := bzip2.archive
|
|
VERSION := 1.0.6
|
|
|
|
URL(bzip2) := http://bzip.org/$(VERSION)/bzip2-$(VERSION).tar.gz
|
|
SHA(bzip2) := a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd
|
|
DIR(bzip2) := src/lib/libbz2
|
|
|
|
DIRS := include/libbz2
|
|
DIR_CONTENT(include/libbz2) := src/lib/libbz2/bzlib.h
|