Makefile 866 B

123456789101112131415161718192021222324
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. include ${TOPDIR}/rules.mk
  4. PKG_NAME:= wondershaper
  5. PKG_VERSION:= 1.1a
  6. PKG_RELEASE:= 7
  7. PKG_MD5SUM:= bbc5a3a4485ab286e337ce8550e7b990
  8. PKG_DESCR:= WonderShaper is a tc based traffic shaping tool.
  9. PKG_SECTION:= net
  10. PKG_URL:= http://lartc.org/wondershaper
  11. PKG_SITES:= http://lartc.org/wondershaper/
  12. include ${TOPDIR}/mk/package.mk
  13. $(eval $(call PKG_template,WONDERSHAPER,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
  14. do-install:
  15. ${INSTALL_DIR} ${IDIR_WONDERSHAPER}/usr/sbin ${IDIR_WONDERSHAPER}/etc
  16. ${INSTALL_BIN} ${WRKBUILD}/wshaper.htb ${IDIR_WONDERSHAPER}/usr/sbin/wshaper
  17. ${INSTALL_DATA} ${WRKBUILD}/wshaper.conf ${IDIR_WONDERSHAPER}/etc/
  18. include ${TOPDIR}/mk/pkg-bottom.mk