mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
parent
841b99ba3b
commit
7fad78ba03
38
repos/libports/lib/symbols/sdl_net
Normal file
38
repos/libports/lib/symbols/sdl_net
Normal file
@ -0,0 +1,38 @@
|
||||
SDLNet_AddSocket T
|
||||
SDLNet_AllocPacket T
|
||||
SDLNet_AllocPacketV T
|
||||
SDLNet_AllocSocketSet T
|
||||
SDLNet_CheckSockets T
|
||||
SDLNet_DelSocket T
|
||||
SDLNet_FreePacket T
|
||||
SDLNet_FreePacketV T
|
||||
SDLNet_FreeSocketSet T
|
||||
SDLNet_GetLastError T
|
||||
SDLNet_GetLocalAddresses T
|
||||
SDLNet_Init T
|
||||
SDLNet_Linked_Version T
|
||||
SDLNet_Quit T
|
||||
SDLNet_Read16 T
|
||||
SDLNet_Read32 T
|
||||
SDLNet_ResizePacket T
|
||||
SDLNet_ResolveHost T
|
||||
SDLNet_ResolveIP T
|
||||
SDLNet_SetLastError T
|
||||
SDLNet_TCP_Accept T
|
||||
SDLNet_TCP_Close T
|
||||
SDLNet_TCP_GetPeerAddress T
|
||||
SDLNet_TCP_Open T
|
||||
SDLNet_TCP_Recv T
|
||||
SDLNet_TCP_Send T
|
||||
SDLNet_UDP_Bind T
|
||||
SDLNet_UDP_Close T
|
||||
SDLNet_UDP_GetPeerAddress T
|
||||
SDLNet_UDP_Open T
|
||||
SDLNet_UDP_Recv T
|
||||
SDLNet_UDP_RecvV T
|
||||
SDLNet_UDP_Send T
|
||||
SDLNet_UDP_SendV T
|
||||
SDLNet_UDP_SetPacketLoss T
|
||||
SDLNet_UDP_Unbind T
|
||||
SDLNet_Write16 T
|
||||
SDLNet_Write32 T
|
15
repos/libports/recipes/api/sdl_net/content.mk
Normal file
15
repos/libports/recipes/api/sdl_net/content.mk
Normal file
@ -0,0 +1,15 @@
|
||||
MIRROR_FROM_REP_DIR := lib/symbols/sdl_net lib/import/import-sdl_net.mk
|
||||
|
||||
content: $(MIRROR_FROM_REP_DIR) include LICENSE
|
||||
|
||||
$(MIRROR_FROM_REP_DIR):
|
||||
$(mirror_from_rep_dir)
|
||||
|
||||
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/sdl_net)
|
||||
|
||||
include:
|
||||
mkdir -p $@
|
||||
cp -r $(PORT_DIR)/include/SDL $@/
|
||||
|
||||
LICENSE:
|
||||
cp $(PORT_DIR)/src/lib/sdl_net/COPYING $@
|
1
repos/libports/recipes/api/sdl_net/hash
Normal file
1
repos/libports/recipes/api/sdl_net/hash
Normal file
@ -0,0 +1 @@
|
||||
2017-12-05 8571d52873f4343c456ef43e13db853b0496f1de
|
1
repos/libports/recipes/src/sdl_net/api
Normal file
1
repos/libports/recipes/src/sdl_net/api
Normal file
@ -0,0 +1 @@
|
||||
sdl_net
|
17
repos/libports/recipes/src/sdl_net/content.mk
Normal file
17
repos/libports/recipes/src/sdl_net/content.mk
Normal file
@ -0,0 +1,17 @@
|
||||
content: src/lib/sdl_net/target.mk lib/mk LICENSE
|
||||
|
||||
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/sdl_net)
|
||||
|
||||
src/lib/sdl_net:
|
||||
mkdir -p $@
|
||||
cp -r $(PORT_DIR)/src/lib/sdl_net/* $@
|
||||
|
||||
src/lib/sdl_net/target.mk: src/lib/sdl_net
|
||||
echo "LIBS += sdl_net" > $@
|
||||
|
||||
lib/mk:
|
||||
mkdir -p $@
|
||||
cp $(REP_DIR)/$@/sdl_net.mk $@
|
||||
|
||||
LICENSE:
|
||||
cp $(PORT_DIR)/src/lib/sdl_net/COPYING $@
|
1
repos/libports/recipes/src/sdl_net/hash
Normal file
1
repos/libports/recipes/src/sdl_net/hash
Normal file
@ -0,0 +1 @@
|
||||
2017-12-05 afeb5952dcd497c7de0c43eaae619a3261e4ecfc
|
10
repos/libports/recipes/src/sdl_net/used_apis
Normal file
10
repos/libports/recipes/src/sdl_net/used_apis
Normal file
@ -0,0 +1,10 @@
|
||||
base
|
||||
os
|
||||
so
|
||||
libc
|
||||
zlib
|
||||
sdl
|
||||
audio_out_session
|
||||
framebuffer_session
|
||||
input_session
|
||||
timer_session
|
Loading…
Reference in New Issue
Block a user