445c4a076c
* Fix a few package URLs. * Bump Cemu SA. * Deprecate and remove a few older post-update fixes.
12 lines
519 B
Makefile
12 lines
519 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 0riginally created by Escalade (https://github.com/escalade)
|
|
# Copyright (C) 2018-present 5schatten (https://github.com/5schatten)
|
|
|
|
PKG_NAME="SDL2_net"
|
|
PKG_VERSION="2.2.0"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://www.libsdl.org/projects/SDL_net/"
|
|
PKG_URL="https://github.com/libsdl-org/SDL_net/releases/download/release-${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain SDL2"
|
|
PKG_LONGDESC="SDL2_net: network library"
|
|
PKG_TOOLCHAIN="autotools"
|