DESCRIPTION:= is obselete
[openwrt/svn-archive/archive.git] / net / raddump / Makefile
index 2a9973fdb3740e4838c358e8ac085c4f2eace27b..8bf8bfac385bcd801a736d0929d7f0c202b24a7d 100644 (file)
@@ -27,14 +27,16 @@ define Package/raddump
   CATEGORY:=Network
   DEPENDS:=+libpcap +libopenssl
   TITLE:=raddump interprets captured RADIUS packets.
-  DESCRIPTION:=\
-       raddump interprets captured RADIUS packets to print a \\\
-       timestamp, packet length, RADIUS packet type, source and \\\
-       destination hosts and ports, and included attribute names and \\\
-       values for each packet.
   URL:=http://sourceforge.net/projects/raddump
 endef
 
+define Package/raddump/description
+       raddump interprets captured RADIUS packets to print a 
+       timestamp, packet length, RADIUS packet type, source and 
+       destination hosts and ports, and included attribute names and 
+       values for each packet.
+endef
+
 # uses GNU configure
 
 define Build/Compile   
@@ -44,7 +46,7 @@ define Build/Compile
 endef
 
 define Package/raddump/install 
-       install -d -m0755 $(1)/usr/bin
+       $(INSTALL_DIR) $(1)/usr/bin
        $(CP) $(PKG_INSTALL_DIR)/usr/bin/raddump $(1)/usr/bin/
 endef