mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 19:36:17 +00:00
11 lines
497 B
Makefile
11 lines
497 B
Makefile
PKG_NAME="SDL_net"
|
|
PKG_VERSION="1.2.8"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://www.libsdl.org/"
|
|
PKG_URL="https://www.libsdl.org/projects/SDL_net/release/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain yasm:host alsa-lib systemd dbus SDL SDL_net:host"
|
|
PKG_DEPENDS_HOST="toolchain:host yasm:host alsa-lib systemd dbus SDL"
|
|
PKG_SECTION="multimedia"
|
|
PKG_LONGDESC="This is a small sample cross-platform networking library, with a sample chat client and server application."
|