[PATCH] No LaTeX documentation for sane-backend package
[openwrt/svn-archive/archive.git] / utils / dfu-util / Makefile
index fb0d882c35d21febedbcbb16658012c58f3b992c..4faa5e928984dabac54c4a4086a96912c77d9691 100644 (file)
@@ -4,7 +4,6 @@
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
-# $Id: Makefile 6500 2007-03-04 04:19:46Z pavlov $
 
 include $(TOPDIR)/rules.mk
 
@@ -15,7 +14,6 @@ PKG_RELEASE:=1
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://sources.nslu2-linux.org/sources
 PKG_MD5SUM:=2346dddceeab0e7090109f04d9c3a6be
-PKG_CAT:=zcat
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
 
@@ -30,7 +28,9 @@ define Package/dfu-util
 endef
 
 define Package/dfu-util/description
-       Dfu-util is a program that implements the host side of the USB DFU \    (Universal Serial Bus Device Firmware Upgrade) protocol. \      This version is specifically used to flash the FIC Neo 1973 mobile phone.
+       Dfu-util is a program that implements the host side of the USB DFU
+       (Universal Serial Bus Device Firmware Upgrade) protocol.
+       This version is specifically used to flash the FIC Neo 1973 mobile phone.
 endef
 
 # CONFIGURE_VARS += USB_CFLAGS="-I $(STAGING_DIR)/usr/include" \