[packages] pepsal: update to 1.2.2

git-svn-id: svn://svn.openwrt.org/openwrt/packages@21069 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2010-04-21 13:17:49 +00:00
parent 1e3b87d2ba
commit f35cc2cb5e

View File

@ -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. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -8,12 +8,14 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=pepsal PKG_NAME:=pepsal
PKG_VERSION:=1.2.1 PKG_VERSION:=1.2.2
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/$(PKG_NAME) PKG_SOURCE_URL:=@SF/$(PKG_NAME)
PKG_MD5SUM:=c8ce69ad5590240d37118c8b6d2c1b0b PKG_MD5SUM:=5107f0b922716276e8493b26b80fb4b6
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
@ -21,8 +23,8 @@ define Package/pepsal
TITLE:=Performance Enhancing Proxy TITLE:=Performance Enhancing Proxy
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
DEPENDS:=+libnetfilter-queue
URL:=http://pepsal.sourceforge.net/ URL:=http://pepsal.sourceforge.net/
DEPENDS:=+libnetfilter-queue
endef endef
define Package/pepsal/description define Package/pepsal/description
@ -33,19 +35,9 @@ define Package/pepsal/description
endef 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 define Package/pepsal/install
$(INSTALL_DIR) $(1)/usr/bin $(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 endef
$(eval $(call BuildPackage,pepsal)) $(eval $(call BuildPackage,pepsal))