fix libtool staging
[openwrt/svn-archive/archive.git] / net / dsniff / Makefile
index d6a15596075e72007e54ba7796b54d98845ac582..a4bb626e149610f4bb5a636c0dccc0b0c12ad30e 100644 (file)
@@ -15,7 +15,6 @@ PKG_RELEASE:=2
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.monkey.org/~dugsong/dsniff/beta
 PKG_MD5SUM:=2f761fa3475682a7512b0b43568ee7d6
-PKG_CAT:=zcat
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-2.4
 PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
@@ -26,12 +25,14 @@ define Package/dsniff
   SECTION:=net
   CATEGORY:=Network
   DEPENDS:=+libpcap +libnids +libnet0 +libopenssl +libgdbm
-  TITLE:=A collection of tools for betwork auditing and penetration testing
-  DESCRIPTION:=\
-       A collection of tools for betwork auditing and penetration testing.
+  TITLE:=A collection of tools for network auditing and penetration testing
   URL:=http://www.monkey.org/~dugsong/dsniff/
 endef
 
+define Package/dsniff/description
+       A collection of tools for network auditing and penetration testing.
+endef
+
 define Build/Configure
        $(call Build/Configure/Default, \
                --with-gdbm="$(STAGING_DIR)/usr" \
@@ -53,7 +54,7 @@ endef
 
 define Package/dsniff/install  
        $(INSTALL_DIR) $(1)/usr/sbin
-       $(CP) $(PKG_INSTALL_DIR)/usr/sbin/* $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/* $(1)/usr/sbin/
        $(INSTALL_DIR) $(1)/usr/lib
        $(CP)  $(PKG_INSTALL_DIR)/usr/lib/* $(1)/usr/lib/
 endef