DESCRIPTION:= is obselete
[openwrt/svn-archive/archive.git] / utils / collectd / Makefile
index 1d530b1df116bb3694bcfe800ee21a39a9630752..74b3d79de32a9f351677e7c45a7916a9500a96e9 100644 (file)
@@ -26,12 +26,14 @@ define Package/collectd
   CATEGORY:=Utilities
   DEPENDS=+libgcc
   TITLE:=Lightweight system statistics collection daemon
-  DESCRIPTION:=\
-       collectd is a small daemon which collects system information periodically \\\
-       and provides mechanismns to store the values in a variety of ways.
   URL:=http://verplant.org/collectd/
 endef
 
+define Package/collectd/description
+       collectd is a small daemon which collects system information periodically 
+       and provides mechanismns to store the values in a variety of ways.
+endef
+
 define Package/collectd/conffiles 
 /etc/collectd.conf 
 endef