mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
ac30e49df7
Fix #2921
11 lines
315 B
Plaintext
11 lines
315 B
Plaintext
LICENSE := LGPL
|
|
VERSION := 0.7.5
|
|
DOWNLOADS := libssh.archive
|
|
|
|
URL(libssh) := https://www.libssh.org/files/0.7/libssh-0.7.5.tar.xz
|
|
SHA(libssh) := 54e86dd5dc20e5367e58f3caab337ce37675f863f80df85b6b1614966a337095
|
|
DIR(libssh) := src/lib/libssh
|
|
|
|
DIRS := include
|
|
DIR_CONTENT(include) := src/lib/libssh/include/libssh
|