+define Package/flock
+$(call Package/util-linux/Default)
+ TITLE:=Manage file locks from shell scripts
+endef
+
+define Package/flock/description
+ This package contains a utility for managing file locks from shell scripts.
+endef
+
+define Package/setterm
+$(call Package/util-linux/Default)
+ TITLE:=Tool for setting terminal attributes
+ SUBMENU:=terminal
+ DEPENDS:= +libncurses
+endef
+
+define Package/setterm/description
+ This package contains a utility for setting terminal attributes
+endef
+
+