2 # Copyright (C) 2006-2010 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 include $(TOPDIR)/rules.mk
14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 PKG_SOURCE_URL:=@SF/$(PKG_NAME)
16 PKG_MD5SUM:=5107f0b922716276e8493b26b80fb4b6
20 include $(INCLUDE_DIR)/package.mk
23 TITLE:=Performance Enhancing Proxy
26 URL:=http://pepsal.sourceforge.net/
27 DEPENDS:=+libnetfilter-queue
30 define Package/pepsal/description
31 PEPsal is an integrated, multi-layer, transparent TCP Performance Enhancing
32 Proxy which splits the connection into two parts, making use of Linux TCP
33 enhancements when sending data, and largely improving performance in
34 links with different characteristics
38 define Package/pepsal/install
39 $(INSTALL_DIR) $(1)/usr/bin
40 $(CP) $(PKG_INSTALL_DIR)/usr/bin/pepsal $(1)/usr/bin/
43 $(eval $(call BuildPackage,pepsal))