mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
dbussy: switch to new build system
This commit is contained in:
parent
7890013454
commit
eae21e6877
@ -7,17 +7,9 @@ PKG_SHA256="857104ef2fd1978323d7c87b32c753d2d178b79adbd13f52cea23511f5195ded"
|
|||||||
PKG_LICENSE="LGPLv2.1+"
|
PKG_LICENSE="LGPLv2.1+"
|
||||||
PKG_SITE="https://gitlab.com/ldo/dbussy"
|
PKG_SITE="https://gitlab.com/ldo/dbussy"
|
||||||
PKG_URL="https://github.com/ldo/${PKG_NAME}/archive/${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/ldo/${PKG_NAME}/archive/${PKG_VERSION}.tar.gz"
|
||||||
PKG_DEPENDS_TARGET="toolchain Python3 dbus"
|
PKG_DEPENDS_TARGET="toolchain Python3 dbus setuptools:host"
|
||||||
PKG_LONGDESC="DBussy is a wrapper around libdbus, written in pure Python"
|
PKG_LONGDESC="DBussy is a wrapper around libdbus, written in pure Python"
|
||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="python"
|
||||||
|
|
||||||
make_target() {
|
|
||||||
python3 setup.py build
|
|
||||||
}
|
|
||||||
|
|
||||||
makeinstall_target() {
|
|
||||||
python3 setup.py install --root=${INSTALL} --prefix=/usr
|
|
||||||
}
|
|
||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
python_remove_source
|
python_remove_source
|
||||||
|
Loading…
x
Reference in New Issue
Block a user