Correct package description field
[openwrt/svn-archive/archive.git] / utils / picocom / Makefile
index 5730d52189d78fafa35d6b54d1351be8cd2c0cef..ffc2943ba4392992edd6795f54e911d6b444d1f3 100644 (file)
@@ -15,7 +15,6 @@ PKG_RELEASE:=1
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://efault.net/npat/hacks/picocom/dist/
 PKG_MD5SUM:=08fcc5f6bb9e7676a2569386d5ea9f70
-PKG_CAT:=zcat
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
 
@@ -25,15 +24,18 @@ define Package/picocom
   SECTION:=utils
   CATEGORY:=Utilities
   TITLE:=A minimal dumb-terminal emulation program
-  DESCRIPTION:=\
-       As its name suggests, picocom is a minimal dumb-terminal emulation \\\
-       program. It is, in principle, very much like minicom, only it's pico \\\
-       instead of mini! It was designed to serve as a simple, manual, modem \\\
-       configuration, testing, and debugging tool. It has also served (quite \\\
-       well) as a low-tech "terminal-window" to allow operator intervention \\\
-       in PPP connection scripts. It could also prove useful in many other \\\
-       similar tasks.
   URL:=http://efault.net/npat/hacks/picocom/
+  SUBMENU:=terminal
+endef
+
+define Package/picocom/description
+       As its name suggests, picocom is a minimal dumb-terminal emulation 
+       program. It is, in principle, very much like minicom, only it's pico 
+       instead of mini! It was designed to serve as a simple, manual, modem 
+       configuration, testing, and debugging tool. It has also served (quite 
+       well) as a low-tech "terminal-window" to allow operator intervention 
+       in PPP connection scripts. It could also prove useful in many other 
+       similar tasks.
 endef
 
 define Build/Configure