diff options
Diffstat (limited to 'package/wccpd/Makefile')
-rw-r--r-- | package/wccpd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/wccpd/Makefile b/package/wccpd/Makefile index fd64ef46f..e084b7140 100644 --- a/package/wccpd/Makefile +++ b/package/wccpd/Makefile @@ -7,10 +7,12 @@ PKG_NAME:= wccpd PKG_VERSION:= 0.2 PKG_RELEASE:= 2 PKG_MD5SUM:= 5f15c274de61dfb88e0dbfc1ccbe6b67 -PKG_DESCR:= A WCCP (Web Cache Coordination Protocol) server daemon +PKG_DESCR:= WCCP (Web Cache Coordination Protocol) server daemon PKG_SECTION:= net/misc PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=wccpd/} +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz + include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,WCCPD,wccpd,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |