mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-27 17:01:53 +08:00
22 lines
459 B
Makefile
22 lines
459 B
Makefile
# Copyright (C) 2020 Lienol <lawlienol@gmail.com>
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v3.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-socat
|
|
PKG_VERSION:=20260322
|
|
PKG_RELEASE:=1
|
|
|
|
PKG_MAINTAINER:=Lienol <lawlienol@gmail.com> \
|
|
sbwml <admin@cooluc.com>
|
|
|
|
LUCI_TITLE:=LuCI support for Socat
|
|
LUCI_DEPENDS:=+socat
|
|
LUCI_PKGARCH:=all
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|