# SPDX-License-Identifier: GPL-2.0-or-later # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) PKG_NAME="pulseaudio-dlna" PKG_VERSION="0.5.2" PKG_SHA256="298f61d643c35449fbb0001efa69a1792e41518953f58506703f3568902da4457d0f4f9e52b9641df26fc6f978670dd29a7f5d786b99339bd2a71f5fa59dd7db" PKG_ARCH="any" PKG_LICENSE="GPL3" PKG_SITE="https://github.com/masmu/pulseaudio-dlna" PKG_URL="https://github.com/masmu/pulseaudio-dlna//archive/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz]" # PKG_MAINTAINER="John Doe" # Full name or forum/GitHub nickname, if you want to be identified as the addon maintainer PKG_DEPENDS_TARGET="python2-chardet python2-dbus python2-docopt python2-futures python2-gobject2 python2-lxml python2-netifaces python2-notify2 python2-protobuf python2-psutil python2-requests python2-setproctitle python2-setuptools python2-zeroconf" PKG_SECTION="audio" PKG_SHORTDESC="Pulseaudio to DLNA sink" PKG_LONGDESC="Pulseaudio sink for sending sound to a remote DLNA renderer somewhere in your network" PKG_TOOLCHAIN="auto" #PKG_CMAKE_OPTS_TARGET="-DWITH_EXAMPLE_PATH=/storage/.example # " #pre_configure_target() { # do something, or drop it #} # see https://github.com/LibreELEC/LibreELEC.tv/blob/master/packages/readme.md for more # take a look to other packages, for inspiration build() { cd $pkgname-$pkgver python2 setup.py build } package() { cd $pkgname-$pkgver python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build }