DESCRIPTION:= is obselete
[packages.git] / net / etherwake / Makefile
index 741a0a6..93d99a1 100644 (file)
@@ -23,15 +23,17 @@ define Package/etherwake
   SECTION:=net
   CATEGORY:=Network
   TITLE:=A little tool to send magic Wake-on-LAN packets
-  DESCRIPTION:=\
-       You can wake up WOL compliant Computers which have been powered down to \\\
-       sleep mode or start WOL compliant Computers with a BIOS feature.\\\
-       WOL is an abbreviation for Wake-on-LAN. It is a standard that allows you \\\
-       to turn on a computer from another location over a network connection.\\\
-       ether-wake also supports WOL passwords.
   URL:=http://ftp.debian.org/debian/pool/main/e/etherwake
 endef
 
+define Package/etherwake/description
+       You can wake up WOL compliant Computers which have been powered down to 
+       sleep mode or start WOL compliant Computers with a BIOS feature.
+       WOL is an abbreviation for Wake-on-LAN. It is a standard that allows you 
+       to turn on a computer from another location over a network connection.
+       ether-wake also supports WOL passwords.
+endef
+
 define Build/Compile
        $(TARGET_CC) $(TARGET_CFLAGS) -D__UCLIBC__ $(PKG_BUILD_DIR)/ether-wake.c -o $(PKG_BUILD_DIR)/etherwake
 endef