mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-10 21:01:49 +00:00
depot: recipes for ncurses,vim,coreutils,e2fsprogs
This commit is contained in:
parent
14b5e81f1e
commit
9d3d7c4cb4
15
repos/libports/recipes/api/ncurses/content.mk
Normal file
15
repos/libports/recipes/api/ncurses/content.mk
Normal file
@ -0,0 +1,15 @@
|
||||
content: include lib/symbols/ncurses LICENSE
|
||||
|
||||
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/ncurses)
|
||||
|
||||
include:
|
||||
mkdir $@
|
||||
cp -r $(PORT_DIR)/include/ncurses/* $@/
|
||||
cp -r $(REP_DIR)/include/ncurses/* $@/
|
||||
|
||||
lib/symbols/ncurses:
|
||||
$(mirror_from_rep_dir)
|
||||
|
||||
LICENSE:
|
||||
cp $(PORT_DIR)/src/lib/ncurses/README $@
|
||||
|
1
repos/libports/recipes/api/ncurses/hash
Normal file
1
repos/libports/recipes/api/ncurses/hash
Normal file
@ -0,0 +1 @@
|
||||
2017-09-06 92741d4e1fb14389b24515e6879d275513666d08
|
1
repos/libports/recipes/src/ncurses/api
Normal file
1
repos/libports/recipes/src/ncurses/api
Normal file
@ -0,0 +1 @@
|
||||
ncurses
|
15
repos/libports/recipes/src/ncurses/content.mk
Normal file
15
repos/libports/recipes/src/ncurses/content.mk
Normal file
@ -0,0 +1,15 @@
|
||||
content: src/lib/ncurses lib/mk/ncurses.mk LICENSE
|
||||
|
||||
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/ncurses)
|
||||
|
||||
src/lib/ncurses:
|
||||
mkdir -p $@
|
||||
cp -r $(PORT_DIR)/src/lib/ncurses/* $@
|
||||
echo "LIBS = ncurses" > $@/target.mk
|
||||
|
||||
lib/mk/ncurses.mk:
|
||||
$(mirror_from_rep_dir)
|
||||
|
||||
LICENSE:
|
||||
cp $(PORT_DIR)/src/lib/ncurses/README $@
|
||||
|
1
repos/libports/recipes/src/ncurses/hash
Normal file
1
repos/libports/recipes/src/ncurses/hash
Normal file
@ -0,0 +1 @@
|
||||
2017-09-06 523d0c34212a1c8e47bef624b7b9d586a57a76b0
|
2
repos/libports/recipes/src/ncurses/used_apis
Normal file
2
repos/libports/recipes/src/ncurses/used_apis
Normal file
@ -0,0 +1,2 @@
|
||||
libc
|
||||
so
|
12
repos/ports/recipes/src/coreutils/content.mk
Normal file
12
repos/ports/recipes/src/coreutils/content.mk
Normal file
@ -0,0 +1,12 @@
|
||||
content: src/noux-pkg/coreutils LICENSE
|
||||
|
||||
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/coreutils)
|
||||
|
||||
src/noux-pkg/coreutils:
|
||||
mkdir -p $@
|
||||
cp -r $(PORT_DIR)/src/noux-pkg/coreutils/* $@
|
||||
cp -r $(REP_DIR)/src/noux-pkg/coreutils/* $@
|
||||
|
||||
LICENSE:
|
||||
cp $(PORT_DIR)/src/noux-pkg/coreutils/COPYING $@
|
||||
|
1
repos/ports/recipes/src/coreutils/hash
Normal file
1
repos/ports/recipes/src/coreutils/hash
Normal file
@ -0,0 +1 @@
|
||||
2017-09-06 e479e6f81265bbb6577b83a5f548ae2925583db8
|
3
repos/ports/recipes/src/coreutils/used_apis
Normal file
3
repos/ports/recipes/src/coreutils/used_apis
Normal file
@ -0,0 +1,3 @@
|
||||
libc
|
||||
noux
|
||||
posix
|
12
repos/ports/recipes/src/e2fsprogs/content.mk
Normal file
12
repos/ports/recipes/src/e2fsprogs/content.mk
Normal file
@ -0,0 +1,12 @@
|
||||
content: src/noux-pkg/e2fsprogs LICENSE
|
||||
|
||||
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/e2fsprogs)
|
||||
|
||||
src/noux-pkg/e2fsprogs:
|
||||
mkdir -p $@
|
||||
cp -r $(PORT_DIR)/src/noux-pkg/e2fsprogs/* $@
|
||||
cp -r $(REP_DIR)/src/noux-pkg/e2fsprogs/* $@
|
||||
|
||||
LICENSE:
|
||||
cp $(PORT_DIR)/src/noux-pkg/e2fsprogs/COPYING $@
|
||||
|
1
repos/ports/recipes/src/e2fsprogs/hash
Normal file
1
repos/ports/recipes/src/e2fsprogs/hash
Normal file
@ -0,0 +1 @@
|
||||
2017-09-06-a d2f12279846678494c5b9a74b3456100e46931e5
|
3
repos/ports/recipes/src/e2fsprogs/used_apis
Normal file
3
repos/ports/recipes/src/e2fsprogs/used_apis
Normal file
@ -0,0 +1,3 @@
|
||||
libc
|
||||
noux
|
||||
posix
|
12
repos/ports/recipes/src/vim/content.mk
Normal file
12
repos/ports/recipes/src/vim/content.mk
Normal file
@ -0,0 +1,12 @@
|
||||
content: src/noux-pkg/vim LICENSE
|
||||
|
||||
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/vim)
|
||||
|
||||
src/noux-pkg/vim:
|
||||
mkdir -p $@
|
||||
cp -r $(PORT_DIR)/src/noux-pkg/vim/* $@
|
||||
cp -r $(REP_DIR)/src/noux-pkg/vim/* $@
|
||||
|
||||
LICENSE:
|
||||
cp $(PORT_DIR)/src/noux-pkg/vim/runtime/doc/uganda.txt $@
|
||||
|
1
repos/ports/recipes/src/vim/hash
Normal file
1
repos/ports/recipes/src/vim/hash
Normal file
@ -0,0 +1 @@
|
||||
2017-09-06-b f4010efd5ae0e8443b2aa888024fa01d78ca9540
|
4
repos/ports/recipes/src/vim/used_apis
Normal file
4
repos/ports/recipes/src/vim/used_apis
Normal file
@ -0,0 +1,4 @@
|
||||
libc
|
||||
noux
|
||||
posix
|
||||
ncurses
|
Loading…
x
Reference in New Issue
Block a user