mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
3103ce1fa8
issue #3537
13 lines
378 B
Plaintext
13 lines
378 B
Plaintext
LICENSE := LGPL
|
|
VERSION := 1.1.0
|
|
DOWNLOADS := mpc.archive
|
|
|
|
URL(mpc) := https://ftp.gnu.org/gnu/mpc/mpc-$(VERSION).tar.gz
|
|
SHA(mpc) := 6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e
|
|
SIG(mpc) := ${URL(mpc)}.asc
|
|
KEY(mpc) := AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3
|
|
DIR(mpc) := src/lib/mpc
|
|
|
|
DIRS := include/mpc
|
|
DIR_CONTENT(include/mpc) := src/lib/mpc/src/mpc.h
|