17 lines
729 B
Makefile
17 lines
729 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="libmtp"
|
|
PKG_VERSION="1.1.13"
|
|
PKG_SHA256="494ee02fbfbc316aad75b93263dac00f02a4899f28cfda1decbbd6e26fda6d40"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://libmtp.sourceforge.net/"
|
|
PKG_URL="$SOURCEFORGE_SRC/project/${PKG_NAME}/${PKG_NAME}/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain libusb"
|
|
PKG_LONGDESC="An Initiator implementation of the Media Transfer Protocol (MTP)."
|
|
PKG_TOOLCHAIN="autotools"
|
|
|
|
PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_malloc_0_nonnull=yes \
|
|
--disable-shared \
|
|
--enable-static \
|
|
--disable-mtpz"
|