tinc: moved to github
[packages.git] / net / pepsal / Makefile
1 #
2 # Copyright (C) 2006-2010 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9
10 PKG_NAME:=pepsal
11 PKG_VERSION:=1.2.2
12 PKG_RELEASE:=1
13
14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 PKG_SOURCE_URL:=@SF/$(PKG_NAME)
16 PKG_MD5SUM:=5107f0b922716276e8493b26b80fb4b6
17
18 PKG_INSTALL:=1
19
20 include $(INCLUDE_DIR)/package.mk
21
22 define Package/pepsal
23   TITLE:=Performance Enhancing Proxy
24   SECTION:=net
25   CATEGORY:=Network
26   SUBMENU:=Web Servers/Proxies
27   URL:=http://pepsal.sourceforge.net/
28   DEPENDS:=+libnetfilter-queue
29 endef
30
31 define Package/pepsal/description
32  PEPsal is an integrated, multi-layer, transparent TCP Performance Enhancing
33  Proxy which splits the connection into two parts, making use of Linux TCP
34  enhancements when sending data, and largely improving performance in
35  links with different characteristics
36 endef
37
38
39 define Package/pepsal/install
40         $(INSTALL_DIR) $(1)/usr/bin
41         $(CP) $(PKG_INSTALL_DIR)/usr/bin/pepsal $(1)/usr/bin/
42 endef
43
44 $(eval $(call BuildPackage,pepsal))