Lakka-LibreELEC/projects/L4T/devices/Switch/packages/switch-cpu-profile/package.mk
GavinDarkglider 8c70c4924b
[WIP]Lakka-v5.x:Switch:New Bootloader and Mariko(2019 switch, Lite, OLED) Support (#1801)
* Switch: Switch to new Bootloader.

* Initial Mariko Support

* ffmpeg: Fix issues caused by last libreELEC upstream merge.
2022-12-25 04:32:18 +02:00

15 lines
366 B
Makefile

PKG_NAME="switch-cpu-profile"
PKG_VERSION="1.0"
PKG_DEPENDS_TARGET="Python3"
PKG_TOOLCHAIN="manual"
makeinstall_target() {
mkdir -p ${INSTALL}/usr/bin
#cp -v ${PKG_DIR}/scripts/cpu-profile ${INSTALL}/usr/bin
touch ${INSTALL}/usr/bin/cpu-profile
chmod +x ${INSTALL}/usr/bin/cpu-profile
}
post_install() {
enable_service switch-cpu-profile.service
}