Signed-off-by: Michael Grzeschik <m.grzesc...@pengutronix.de>
---
v1 -> v2: - removed extra padding spaces from prompt
          - removed extra space on _LDFLAGS
          - added missing license to zlib
v2 -> v3: - nothing changed
v3 -> v4: - nothing changed
v4 -> v5: - nothing changed

 rules/sdl2-net.in   | 10 ++++++++
 rules/sdl2-net.make | 58 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)
 create mode 100644 rules/sdl2-net.in
 create mode 100644 rules/sdl2-net.make

diff --git a/rules/sdl2-net.in b/rules/sdl2-net.in
new file mode 100644
index 000000000..22581045a
--- /dev/null
+++ b/rules/sdl2-net.in
@@ -0,0 +1,10 @@
+## SECTION=multimedia_sdl
+
+config SDL2_NET
+       tristate
+       select SDL2
+       prompt "SDL2 net"
+       help
+         This is a small sample cross-platform networking library, with
+         a sample chat client and server application. The chat client
+         uses the GUIlib GUI framework library.
diff --git a/rules/sdl2-net.make b/rules/sdl2-net.make
new file mode 100644
index 000000000..f799b459b
--- /dev/null
+++ b/rules/sdl2-net.make
@@ -0,0 +1,58 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2018 by Michael Grzeschik <m...@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+PACKAGES-$(PTXCONF_SDL2_NET) += sdl2-net
+
+#
+# Paths and names
+#
+SDL2_NET_VERSION       := 2.0.1
+SDL2_NET_MD5           := 5c1d9d1cfa63301b141cb5c0de2ea7c4
+SDL2_NET               := SDL2_net-$(SDL2_NET_VERSION)
+SDL2_NET_SUFFIX        := tar.gz
+SDL2_NET_URL           := 
https://www.libsdl.org/projects/SDL_net/release/$(SDL2_NET).$(SDL2_NET_SUFFIX)
+SDL2_NET_SOURCE        := $(SRCDIR)/$(SDL2_NET).$(SDL2_NET_SUFFIX)
+SDL2_NET_DIR           := $(BUILDDIR)/$(SDL2_NET)
+SDL2_NET_LICENSE       := zlib
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+SDL2_NET_CONF_TOOL     := autoconf
+
+ifdef PTXCONF_SDL2_PULSEAUDIO
+SDL2_NET_LDFLAGS       := \
+       -Wl,-rpath-link,$(SYSROOT)/usr/lib/pulseaudio
+endif
+
+# ----------------------------------------------------------------------------
+# Target-Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/sdl2-net.targetinstall:
+       @$(call targetinfo)
+
+       @$(call install_init, sdl2-net)
+       @$(call install_fixup, sdl2-net,PRIORITY,optional)
+       @$(call install_fixup, sdl2-net,SECTION,base)
+       @$(call install_fixup, sdl2-net,AUTHOR,"Michael Grzeschik 
<m...@pengutronix.de>")
+       @$(call install_fixup, sdl2-net,DESCRIPTION,missing)
+
+       @$(call install_lib, sdl2-net, 0, 0, 0644, libSDL2_net-2.0)
+
+       @$(call install_finish, sdl2-net)
+
+       @$(call touch)
+
+# vim: syntax=make
-- 
2.18.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to