mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 20:05:54 +00:00
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:
parent
330672e030
commit
0836293d1a
22
repos/libports/recipes/src/fs_utils/content.mk
Normal file
22
repos/libports/recipes/src/fs_utils/content.mk
Normal 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)
|
1
repos/libports/recipes/src/fs_utils/hash
Normal file
1
repos/libports/recipes/src/fs_utils/hash
Normal file
@ -0,0 +1 @@
|
||||
2020-03-19-d 34faf02fa30a9affb625e871cf7e56a4f339fa00
|
2
repos/libports/recipes/src/fs_utils/used_apis
Normal file
2
repos/libports/recipes/src/fs_utils/used_apis
Normal file
@ -0,0 +1,2 @@
|
||||
libc
|
||||
posix
|
Loading…
x
Reference in New Issue
Block a user