From: nico Date: Wed, 21 Apr 2010 13:17:49 +0000 (+0000) Subject: [packages] pepsal: update to 1.2.2 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=f35cc2cb5e72d4a7066b15a4e66f487b456f783b;p=packages.git [packages] pepsal: update to 1.2.2 git-svn-id: svn://svn.openwrt.org/openwrt/packages@21069 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/pepsal/Makefile b/net/pepsal/Makefile index 9cc2365f0..39f63d3a4 100644 --- a/net/pepsal/Makefile +++ b/net/pepsal/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2008 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pepsal -PKG_VERSION:=1.2.1 +PKG_VERSION:=1.2.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/$(PKG_NAME) -PKG_MD5SUM:=c8ce69ad5590240d37118c8b6d2c1b0b +PKG_MD5SUM:=5107f0b922716276e8493b26b80fb4b6 + +PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk @@ -21,8 +23,8 @@ define Package/pepsal TITLE:=Performance Enhancing Proxy SECTION:=net CATEGORY:=Network - DEPENDS:=+libnetfilter-queue URL:=http://pepsal.sourceforge.net/ + DEPENDS:=+libnetfilter-queue endef define Package/pepsal/description @@ -33,19 +35,9 @@ define Package/pepsal/description endef -define Build/Configure - $(call Build/Configure/Default) -endef - -define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) \ - DESTDIR="$(PKG_INSTALL_DIR)" \ - install -endef - define Package/pepsal/install $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/pepsal $(1)/usr/bin/ + $(CP) $(PKG_INSTALL_DIR)/usr/bin/pepsal $(1)/usr/bin/ endef $(eval $(call BuildPackage,pepsal))