diff options
Diffstat (limited to 'package/vrrpd/Makefile')
-rw-r--r-- | package/vrrpd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/vrrpd/Makefile b/package/vrrpd/Makefile index a8de50970..5b37e1f32 100644 --- a/package/vrrpd/Makefile +++ b/package/vrrpd/Makefile @@ -7,10 +7,12 @@ PKG_NAME:= vrrpd PKG_VERSION:= 1.0 PKG_RELEASE:= 9 PKG_MD5SUM:= 6d5066ea1a6ced817376ca0f54765447 -PKG_DESCR:= An implementation of the Virtual Router Redundancy Protocol +PKG_DESCR:= virtual router redundancy protocol daemon PKG_SECTION:= route PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=vrrpd/} +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz + include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,VRRPD,vrrpd,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |