2021-10-05 23:44:29 +08:00
|
|
|
# Copyright (C) 2016 Openwrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
LUCI_TITLE:=LuCI based ipk store
|
|
|
|
LUCI_DESCRIPTION:=luci-app-store is a ipk store developed by LinkEase team
|
|
|
|
LUCI_DEPENDS:=+curl
|
|
|
|
LUCI_PKGARCH:=all
|
2021-12-16 20:32:17 +08:00
|
|
|
PKG_VERSION:=0.1.5
|
2021-11-05 20:29:38 +08:00
|
|
|
PKG_RELEASE:=1
|
2021-10-05 23:44:29 +08:00
|
|
|
PKG_MAINTAINER:=jjm2473 <jjm2473@gmail.com>
|
|
|
|
|
|
|
|
LUCI_BUILD_DEPENDS:=app-store-ui/host
|
|
|
|
|
2021-11-30 20:26:09 +08:00
|
|
|
TARGET_CONFIGURE_OPTS = FRONTEND_DIST="$(BUILD_DIR_HOST)/app-store-ui/dist" APP_STORE_VERSION="$(PKG_VERSION)-$(PKG_RELEASE)"
|
2021-10-05 23:44:29 +08:00
|
|
|
|
|
|
|
define Package/luci-app-store/conffiles
|
|
|
|
/etc/.app_store.id
|
|
|
|
endef
|
|
|
|
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|
|
|