mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-26 01:18:24 +03:00
19 lines
442 B
Makefile
19 lines
442 B
Makefile
# See /LICENSE for more information.
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-podkop
|
|
PKG_VERSION:=0.1.7
|
|
PKG_RELEASE:=1
|
|
|
|
LUCI_TITLE:=LuCI podkop app
|
|
LUCI_DEPENDS:=+luci-base +podkop
|
|
LUCI_PKGARCH:=all
|
|
|
|
PKG_LICENSE:=GPL-2.0-or-later
|
|
PKG_MAINTAINER:=ITDog <podkop@itdog.info>
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|