123456789101112131415161718192021222324 |
- # 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:= wondershaper
- PKG_VERSION:= 1.1a
- PKG_RELEASE:= 7
- PKG_MD5SUM:= bbc5a3a4485ab286e337ce8550e7b990
- PKG_DESCR:= WonderShaper is a tc based traffic shaping tool.
- PKG_SECTION:= net
- PKG_URL:= http://lartc.org/wondershaper
- PKG_SITES:= http://lartc.org/wondershaper/
- include ${TOPDIR}/mk/package.mk
- $(eval $(call PKG_template,WONDERSHAPER,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
- do-install:
- ${INSTALL_DIR} ${IDIR_WONDERSHAPER}/usr/sbin ${IDIR_WONDERSHAPER}/etc
- ${INSTALL_BIN} ${WRKBUILD}/wshaper.htb ${IDIR_WONDERSHAPER}/usr/sbin/wshaper
- ${INSTALL_DATA} ${WRKBUILD}/wshaper.conf ${IDIR_WONDERSHAPER}/etc/
- include ${TOPDIR}/mk/pkg-bottom.mk
|