small-package/luci-app-store/Makefile

40 lines
1.2 KiB
Makefile
Raw Normal View History

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
2022-07-18 20:24:49 +08:00
LUCI_DEPENDS:=+curl +opkg +luci-base +tar +coreutils +coreutils-stat +libuci-lua +mount-utils +luci-lib-taskd
2022-08-29 20:23:11 +08:00
LUCI_EXTRA_DEPENDS:=luci-lib-taskd (>=1.0.17)
2021-10-05 23:44:29 +08:00
LUCI_PKGARCH:=all
2021-12-21 20:33:16 +08:00
2023-10-11 23:37:31 +08:00
PKG_VERSION:=0.1.14-2
2022-03-18 19:39:19 +08:00
# PKG_RELEASE MUST be empty for luci.mk
PKG_RELEASE:=
2021-10-05 23:44:29 +08:00
2023-07-31 23:36:39 +08:00
ISTORE_UI_VERSION:=0.1.14
2023-10-11 23:37:31 +08:00
ISTORE_UI_RELEASE:=2
PKG_HASH:=4d20ffeabfe6572b01e0bedd860043ec0dbd6f2f63aaf0ee58caeb851df18e73
2021-12-21 20:33:16 +08:00
PKG_SOURCE_URL_FILE:=v$(ISTORE_UI_VERSION)-$(ISTORE_UI_RELEASE).tar.gz
PKG_SOURCE:=istore-ui-$(PKG_SOURCE_URL_FILE)
PKG_SOURCE_URL:=https://github.com/linkease/istore-ui/archive/refs/tags
PKG_MAINTAINER:=jjm2473 <jjm2473@gmail.com>
2021-10-05 23:44:29 +08:00
2022-03-18 19:39:19 +08:00
TARGET_CONFIGURE_OPTS= FRONTEND_DIST="$(BUILD_DIR)/istore-ui-$(ISTORE_UI_VERSION)-$(ISTORE_UI_RELEASE)/app-store-ui/src/dist" APP_STORE_VERSION="$(PKG_VERSION)"
2022-03-10 17:30:47 +08:00
TARGET_CONFIGURE_OPTS+= SED="$(SED)"
2021-10-05 23:44:29 +08:00
define Package/luci-app-store/conffiles
/etc/.app_store.id
2023-07-31 23:36:39 +08:00
/etc/config/istore
2021-10-05 23:44:29 +08:00
endef
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature