op-packages/luci-app-oneapi/Makefile
2026-06-30 01:11:33 +08:00

25 lines
468 B
Makefile

include $(TOPDIR)/rules.mk
PKG_VERSION:=1.0.1-r20250403
PKG_RELEASE:=4
LUCI_TITLE:=LuCI support for OneAPI
LUCI_PKGARCH:=all
LUCI_DEPENDS:=+lsblk +zoneinfo-asia +docker +dockerd +luci-lib-taskd +luci-lib-docker
define Package/luci-app-oneapi/conffiles
/etc/config/oneapi
endef
define Package/luci-app-oneapi/prerm
#!/bin/sh
/usr/libexec/istorec/oneapi.sh stop
exit 0
endef
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature