summaryrefslogtreecommitdiffstats
path: root/package/sdl2_net/sdl2_net.mk
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2017-05-22 15:13:06 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-31 23:16:32 +0200
commita8fc9a3bdede19f425efbf6ba779d6587aa1f9ef (patch)
tree4acab48e9e69d6f2953844f0940b68b5f275d95f /package/sdl2_net/sdl2_net.mk
parentcc8b020e459fcfa3d7f5599f5b6baf6cd57f4530 (diff)
downloadbuildroot-a8fc9a3bdede19f425efbf6ba779d6587aa1f9ef.tar.gz
buildroot-a8fc9a3bdede19f425efbf6ba779d6587aa1f9ef.zip
sdl2_net: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> [Thomas: add entry to DEVELOPERS file.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/sdl2_net/sdl2_net.mk')
-rw-r--r--package/sdl2_net/sdl2_net.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/sdl2_net/sdl2_net.mk b/package/sdl2_net/sdl2_net.mk
new file mode 100644
index 0000000000..2fa4a8c2e0
--- /dev/null
+++ b/package/sdl2_net/sdl2_net.mk
@@ -0,0 +1,15 @@
+################################################################################
+#
+# sdl2_net
+#
+################################################################################
+
+SDL2_NET_VERSION = 2.0.1
+SDL2_NET_SOURCE = SDL2_net-$(SDL2_NET_VERSION).tar.gz
+SDL2_NET_SITE = http://www.libsdl.org/projects/SDL_net/release
+SDL2_NET_LICENSE = Zlib
+SDL2_NET_LICENSE_FILES = COPYING.txt
+SDL2_NET_INSTALL_STAGING = YES
+SDL2_NET_DEPENDENCIES = sdl2
+
+$(eval $(autotools-package))
OpenPOWER on IntegriCloud