[packages] peerguardian: fix dependencies, bump release number

git-svn-id: svn://svn.openwrt.org/openwrt/packages@15383 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2009-04-24 13:09:33 +00:00
parent 5adce658a6
commit b7541f5390

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2006 OpenWrt.org
# Copyright (C) 2006-2009 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=peerguardian
PKG_VERSION:=1.5beta
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=pglinux-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/peerguardian
@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/peerguardian
SECTION:=net
CATEGORY:=Network
DEPENDS:= +kmod-ipt-queue +libncurses +libpthread +uclibcxx +libnetfilter-queue +libnfnetlink
DEPENDS:= +libncurses +libpthread +uclibcxx +libnetfilter-queue
TITLE:=PeerGuardian for Linux
URL:=http://phoenixlabs.org/
endef