[packages] msmtp: fix r24816 typo
[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   URL:=http://pepsal.sourceforge.net/
27   DEPENDS:=+libnetfilter-queue
28 endef
29
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 
35 endef
36
37
38 define Package/pepsal/install
39         $(INSTALL_DIR) $(1)/usr/bin
40         $(CP) $(PKG_INSTALL_DIR)/usr/bin/pepsal $(1)/usr/bin/
41 endef
42
43 $(eval $(call BuildPackage,pepsal))