34 lines
1.6 KiB
Makefile
34 lines
1.6 KiB
Makefile
################################################################################
|
|
# This file is part of OpenELEC - http://www.openelec.tv
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
#
|
|
# OpenELEC is free software: you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation, either version 2 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# OpenELEC is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
|
|
################################################################################
|
|
|
|
PKG_NAME="SDL_net"
|
|
PKG_VERSION="1.2.8"
|
|
PKG_SHA256="5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4"
|
|
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="SDL:host"
|
|
PKG_SECTION="multimedia"
|
|
PKG_SHORTDESC="This is a small sample cross-platform networking library, with a sample chat client and server application."
|
|
PKG_LONGDESC="This is a small sample cross-platform networking library, with a sample chat client and server application."
|
|
|
|
PKG_IS_ADDON="no"
|
|
PKG_USE_CMAKE="no"
|
|
PKG_AUTORECONF="no"
|