Move stubby from genode to genode-world

Issue genodelabs/genode#3789
This commit is contained in:
Norman Feske
2020-06-26 11:28:37 +02:00
parent a50a742a2f
commit 471283c69d
23 changed files with 1247 additions and 0 deletions

1
ports/getdns.hash Normal file
View File

@@ -0,0 +1 @@
03023398461425e2bcc09b8c8f72d5b3f970c454

19
ports/getdns.port Normal file
View File

@@ -0,0 +1,19 @@
LICENSE = BSD3
DOWNLOADS = getdns.archive
VERSION = 1.4.0
URL(getdns) := https://getdnsapi.net/releases/getdns-1-4-0/getdns-1.4.0.tar.gz
SHA(getdns) := de360cd554fdec4bae3f5afbb36145872b8ff7306ded5deb0905442c4909f7b3
DIR(getdns) := src/lib/getdns
DIRS := include/getdns
DIR_CONTENT(include/getdns) = src/lib/getdns/src/getdns/getdns_extra.h
default: include/getdns/getdns.h
include/getdns/getdns.h: src/lib/getdns/src/getdns/getdns.h.in
@$(MSG_GENERATE)$(notdir $@)
$(VERBOSE)mkdir -p $(dir $@)
$(VERBOSE)cp $< $@
src/lib/getdns/src/getdns/getdns.h.in: $(DOWNLOADS)