From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/wccpd/Config.in | 11 +++++++++++ package/wccpd/Makefile | 30 ++++++++++++++++++++++++++++++ package/wccpd/ipkg/wccpd.control | 4 ++++ 3 files changed, 45 insertions(+) create mode 100644 package/wccpd/Config.in create mode 100644 package/wccpd/Makefile create mode 100644 package/wccpd/ipkg/wccpd.control (limited to 'package/wccpd') diff --git a/package/wccpd/Config.in b/package/wccpd/Config.in new file mode 100644 index 000000000..d2efa286c --- /dev/null +++ b/package/wccpd/Config.in @@ -0,0 +1,11 @@ +config ADK_PACKAGE_WCCPD + prompt "wccpd............................. a Web Cache Coordination daemon" + tristate + default n + help + wccpd is a WCCP (Web Cache Coordination Protocol) server daemon + It allows a router (running Linux) to redirect web traffic to a + group of Squid servers using WCCP as the monitoring/controling + protocol. + + http://wccpd.sourceforge.net/ diff --git a/package/wccpd/Makefile b/package/wccpd/Makefile new file mode 100644 index 000000000..fef79b49f --- /dev/null +++ b/package/wccpd/Makefile @@ -0,0 +1,30 @@ +# $Id$ +#- +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include ${TOPDIR}/rules.mk + +PKG_NAME:= wccpd +PKG_VERSION:= 0.2 +PKG_RELEASE:= 2 +PKG_MD5SUM:= 5f15c274de61dfb88e0dbfc1ccbe6b67 + +MASTER_SITES:= ${MASTER_SITE_SOURCEFORGE:=wccpd/} + +include ${TOPDIR}/mk/package.mk + +$(eval $(call PKG_template,WCCPD,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${ARCH})) + +CONFIGURE_STYLE:= gnu +CONFIGURE_ENV+= ac_cv_func_setpgrp_void=yes +CONFIGURE_ARGS+= --enable-static \ + --with-gnu-ld +BUILD_STYLE:= auto +INSTALL_STYLE:= auto + +post-install: + ${INSTALL_DIR} ${IDIR_WCCPD}/usr/sbin/ + ${INSTALL_BIN} ${WRKINST}/usr/sbin/wccpd ${IDIR_WCCPD}/usr/sbin/ + +include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/wccpd/ipkg/wccpd.control b/package/wccpd/ipkg/wccpd.control new file mode 100644 index 000000000..e62539a7d --- /dev/null +++ b/package/wccpd/ipkg/wccpd.control @@ -0,0 +1,4 @@ +Package: wccpd +Priority: optional +Section: net +Description: A WCCP (Web Cache Coordination Protocol) server daemon -- cgit v1.2.3