libfstrm: fix formality issues 9027/head
authorJames Taylor <james@jtaylor.id.au>
Sat, 18 May 2019 15:07:54 +0000 (01:07 +1000)
committerJames Taylor <james@jtaylor.id.au>
Sun, 19 May 2019 08:24:14 +0000 (18:24 +1000)
Maintainer: me

Correct issues with TITLE and add URL pointing to the fstrm GitHub Page. Reformat the description so it renders correctly in menuconfig.

Fixes #9022

Signed-off-by: James Taylor <james@jtaylor.id.au>
libs/libfstrm/Makefile

index 149343439e085cc7064b45037d662bda6536c994..3c0eefb2ef205583e098116854f9942d9356044a 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libfstrm
 PKG_VERSION:=0.5.0
-PKG_RELEASE=1
+PKG_RELEASE=2
 
 PKG_SOURCE:=fstrm-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://dl.farsightsecurity.com/dist/fstrm/
@@ -23,16 +23,17 @@ include $(INCLUDE_DIR)/package.mk
 define Package/libfstrm
   SECTION:=libs
   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
 
 define Package/libfstrm/description
-       fstrm is an optimized C implementation of Frame Streams that includes a fast,
-       lockless circular queue implementation and exposes library interfaces for
-       setting up a dedicated Frame Streams I/O thread and asynchronously submitting
-       data frames for transport from worker threads. It was originally written to
-       facilitate the addition of high speed binary logging to DNS servers written
-       in C using the dnstap log format.
+fstrm is an optimized C implementation of Frame Streams that includes a fast,
+  lockless circular queue implementation and exposes library interfaces for
+  setting up a dedicated Frame Streams I/O thread and asynchronously submitting
+  data frames for transport from worker threads. It was originally written to
+  facilitate the addition of high speed binary logging to DNS servers written
+  in C using the dnstap log format.
 endef
 
 CONFIGURE_ARGS+= \