libports: src/fs_utils depot archive

The depot archive contains the utilities of e2fsprogs that are needed
for Sculpt OS as standalone components.
This commit is contained in:
Norman Feske 2020-03-19 14:06:31 +01:00 committed by Christian Helmuth
parent 330672e030
commit 0836293d1a
3 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,22 @@
MIRROR_FROM_REP_DIR := src/app/resize2fs src/app/e2fsck src/app/mke2fs \
lib/mk/e2fsprogs.mk lib/import/import-e2fsprogs.mk \
lib/mk/e2fsprogs_host_tools.mk
content: src/lib/e2fsprogs include $(MIRROR_FROM_REP_DIR) LICENSE
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/e2fsprogs-lib)
include:
mkdir -p $@
cp -a $(PORT_DIR)/include/* $@
src/lib/e2fsprogs:
mkdir -p $@
cp -a $(PORT_DIR)/src/lib/e2fsprogs/* $@
cp -a $(REP_DIR)/src/lib/e2fsprogs/* $@
LICENSE:
cp $(PORT_DIR)/src/lib/e2fsprogs/COPYING $@
$(MIRROR_FROM_REP_DIR):
$(mirror_from_rep_dir)

View File

@ -0,0 +1 @@
2020-03-19-d 34faf02fa30a9affb625e871cf7e56a4f339fa00

View File

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