depot: recipes for ncurses,vim,coreutils,e2fsprogs

This commit is contained in:
Norman Feske 2017-09-06 17:25:57 +02:00 committed by Christian Helmuth
parent 14b5e81f1e
commit 9d3d7c4cb4
15 changed files with 84 additions and 0 deletions

View 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 $@

View File

@ -0,0 +1 @@
2017-09-06 92741d4e1fb14389b24515e6879d275513666d08

View File

@ -0,0 +1 @@
ncurses

View 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 $@

View File

@ -0,0 +1 @@
2017-09-06 523d0c34212a1c8e47bef624b7b9d586a57a76b0

View File

@ -0,0 +1,2 @@
libc
so

View 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 $@

View File

@ -0,0 +1 @@
2017-09-06 e479e6f81265bbb6577b83a5f548ae2925583db8

View File

@ -0,0 +1,3 @@
libc
noux
posix

View 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 $@

View File

@ -0,0 +1 @@
2017-09-06-a d2f12279846678494c5b9a74b3456100e46931e5

View File

@ -0,0 +1,3 @@
libc
noux
posix

View 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 $@

View File

@ -0,0 +1 @@
2017-09-06-b f4010efd5ae0e8443b2aa888024fa01d78ca9540

View File

@ -0,0 +1,4 @@
libc
noux
posix
ncurses