mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-21 23:56:20 +00:00
78440702f1
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
12 lines
465 B
Makefile
12 lines
465 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
|
|
PKG_NAME="libpthread-stubs"
|
|
PKG_VERSION="0.4"
|
|
PKG_SHA256="50d5686b79019ccea08bcbd7b02fe5a40634abcfd4146b6e75c6420cc170e9d9"
|
|
PKG_LICENSE="OSS"
|
|
PKG_SITE="http://xcb.freedesktop.org/"
|
|
PKG_URL="http://xcb.freedesktop.org/dist/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="A library providing weak aliases for pthread functions."
|