move polipo from ipv6 to net, put it in 'Proxy Servers' submenu, bump release number
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9013 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
55e07ae5bc
commit
5b6433a742
@ -4,13 +4,13 @@
|
|||||||
# 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.
|
||||||
#
|
#
|
||||||
# $Id: Makefile 8594 2007-09-03 14:13:19Z nico $
|
# $Id$
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=polipo
|
PKG_NAME:=polipo
|
||||||
PKG_VERSION:=1.0.2
|
PKG_VERSION:=1.0.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.pps.jussieu.fr/~jch/software/files/$(PKG_NAME)/
|
PKG_SOURCE_URL:=http://www.pps.jussieu.fr/~jch/software/files/$(PKG_NAME)/
|
||||||
@ -19,16 +19,18 @@ PKG_MD5SUM:=2d1d8af414429e5823675a781604c70a
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/polipo
|
define Package/polipo
|
||||||
SECTION:=ipv6
|
SUBMENU:=Proxy Servers
|
||||||
CATEGORY:=IPv6
|
SECTION:=net
|
||||||
|
CATEGORY:=Network
|
||||||
TITLE:=a caching web proxy
|
TITLE:=a caching web proxy
|
||||||
URL:=http://www.pps.jussieu.fr/~jch/software/polipo/
|
URL:=http://www.pps.jussieu.fr/~jch/software/polipo/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/polipo/description
|
define Package/polipo/description
|
||||||
Polipo is a small and fast caching web proxy (a web cache, an HTTP proxy, a proxy server).
|
Polipo is a small and fast caching web proxy (a web cache, an HTTP proxy,
|
||||||
While Polipo was designed to be used by one person or a small group of people, there is
|
a proxy server). While Polipo was designed to be used by one person or a
|
||||||
nothing that prevents it from being used by a larger group.
|
small group of people, there is nothing that prevents it from being used
|
||||||
|
by a larger group.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
Loading…
x
Reference in New Issue
Block a user