1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 include ${ADK_TOPDIR}/rules.mk
6 PKG_NAME
:= wondershaper
9 PKG_HASH
:= 5695373d1bd24f10a1ba6cc2e0c5e12c59c32322b66ba9870e3005bbdfa6525b
10 PKG_DESCR
:= tc based traffic shaping tool
11 PKG_SECTION
:= net
/firewall
12 PKG_URL
:= http
://lartc.org
/wondershaper
/
13 PKG_SITES
:= http
://lartc.org
/wondershaper
/
15 DISTFILES
:= ${PKG_NAME}-${PKG_VERSION}.
tar.gz
17 include ${ADK_TOPDIR}/mk
/package.mk
19 $(eval
$(call PKG_template
,WONDERSHAPER
,wondershaper
,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
23 INSTALL_STYLE
:= manual
26 ${INSTALL_DIR} ${IDIR_WONDERSHAPER}/usr
/sbin
${IDIR_WONDERSHAPER}/etc
27 ${INSTALL_BIN} ${WRKBUILD}/wshaper.htb \
28 ${IDIR_WONDERSHAPER}/usr
/sbin
/wshaper
29 ${INSTALL_DATA} ${WRKBUILD}/wshaper.conf
${IDIR_WONDERSHAPER}/etc
/
31 include ${ADK_TOPDIR}/mk
/pkg-bottom.mk