Merge pull request #9027 from James-TR/patch-2
libfstrm: fix formality issues
This commit is contained in:
commit
bdec22047e
1 changed files with 9 additions and 8 deletions
|
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libfstrm
|
PKG_NAME:=libfstrm
|
||||||
PKG_VERSION:=0.5.0
|
PKG_VERSION:=0.5.0
|
||||||
PKG_RELEASE=1
|
PKG_RELEASE=2
|
||||||
|
|
||||||
PKG_SOURCE:=fstrm-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=fstrm-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://dl.farsightsecurity.com/dist/fstrm/
|
PKG_SOURCE_URL:=https://dl.farsightsecurity.com/dist/fstrm/
|
||||||
|
@ -23,7 +23,8 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define Package/libfstrm
|
define Package/libfstrm
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=This is fstrm, a C implementation of the Frame Streams data transport protocol.
|
TITLE:=C implementation of the Frame Streams data transport protocol
|
||||||
|
URL:=https://github.com/farsightsec/fstrm
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libfstrm/description
|
define Package/libfstrm/description
|
||||||
|
|
Loading…
Reference in a new issue