DESCRIPTION:= is obselete
[packages.git] / sound / empcd / Makefile
index 1027ca2..8e9afc2 100644 (file)
@@ -26,13 +26,15 @@ define Package/empcd
   SECTION:=sound
   CATEGORY:=Sound
   TITLE:=EMPCd can control the MPD
-  DESCRIPTION:=\
-       This is EMPCd which can use /dev/input/event0 or other event devices\\\
-       to control MPD (Music Player Daemon), directly using libmpdclient\\\
-       and other programs, currently using system(2).
   URL:=http://unfix.org/projects/empcd
 endef
 
+define Package/empcd/description
+       This is EMPCd which can use /dev/input/event0 or other event devices
+       to control MPD (Music Player Daemon), directly using libmpdclient
+       and other programs, currently using system(2).
+endef
+
 define Package/empcd/conffiles
 /etc/empcd.conf
 endef