X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=utils%2Flrzsz%2FMakefile;h=7c554b2b2f14ea2858a645d78a941047c9f6977b;hb=7dc6349c7fea6223516ff3e35a60605832bcb6e1;hp=28f8a49c83961f80bc8950cdbf4c87040405e8cf;hpb=5360edce8f45be94248e74df88c9c3c4206bf3ce;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/utils/lrzsz/Makefile b/utils/lrzsz/Makefile index 28f8a49c83..7c554b2b2f 100644 --- a/utils/lrzsz/Makefile +++ b/utils/lrzsz/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk @@ -15,10 +14,6 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.ohse.de/uwe/releases/ PKG_MD5SUM:=b5ce6a74abc9b9eb2af94dffdfd372a4 -PKG_CAT:=zcat - -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) -PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install include $(INCLUDE_DIR)/package.mk @@ -26,14 +21,16 @@ define Package/lrzsz SECTION:=utils CATEGORY:=Utilities TITLE:=X,Y and Z-modem protocols - DESCRIPTION:=\ - Transfer files in your login sessions.\\\ - Very leightweight and straight forward.\\\ - You just need a terminal client that can do \\\ - either X, Y or Z-modem file transfers. URL:=http://www.ohse.de/uwe/software/lrzsz.html endef +define Package/lrzsz/description + Transfer files in your login sessions. + Very leightweight and straight forward. + You just need a terminal client that can do + either X, Y or Z-modem file transfers. +endef + # uses GNU configure define Build/Compile @@ -44,8 +41,8 @@ endef define Package/lrzsz/install $(INSTALL_DIR) $(1)/usr/bin - $(CP) $(PKG_INSTALL_DIR)/usr/bin/lrz $(1)/usr/bin/ - $(CP) $(PKG_INSTALL_DIR)/usr/bin/lsz $(1)/usr/bin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/lrz $(1)/usr/bin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/lsz $(1)/usr/bin/ (cd $(1)/usr/bin; \ ln -fs lrz lrx; \ ln -fs lrz lrb; \