X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=net%2Fwccpd%2FMakefile;h=e2bb99fb7c7dfcc19588d6f1223a7abcbf47a479;hb=7fb14fedbae2b418c4fee29da92d65d91a0d2c45;hp=2c726a491cfbbc3f1689716a0fb599298337891d;hpb=3506db6c3322ae3a72c224ddc2b0d0cd029ee973;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/net/wccpd/Makefile b/net/wccpd/Makefile index 2c726a491c..e2bb99fb7c 100644 --- a/net/wccpd/Makefile +++ b/net/wccpd/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:=@SF/wccpd PKG_MD5SUM:=5f15c274de61dfb88e0dbfc1ccbe6b67 -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/wccpd SECTION:=net CATEGORY:=Network TITLE:=a Web Cache Coordination daemon - DESCRIPTION:=\ - wccpd is a WCCP (Web Cache Coordination Protocol) server daemon \\\ - It allows a router (running Linux) to redirect web traffic to a \\\ - group of Squid servers using WCCP as the monitoring/controling \\\ - protocol. URL:=http://wccpd.sourceforge.net/ endef +define Package/wccpd/description + wccpd is a WCCP (Web Cache Coordination Protocol) server daemon + It allows a router (running Linux) to redirect web traffic to a + group of Squid servers using WCCP as the monitoring/controling + protocol. +endef + define Build/Configure $(call Build/Configure/Default) endef @@ -45,8 +42,8 @@ define Build/Compile endef define Package/wccpd/install - install -d -m0755 $(1)/usr/sbin - $(CP) $(PKG_INSTALL_DIR)/usr/sbin/wccpd $(1)/usr/sbin/ + $(INSTALL_DIR) $(1)/usr/sbin + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/wccpd $(1)/usr/sbin/ endef $(eval $(call BuildPackage,wccpd))