Makefile 970 B

1234567891011121314151617181920212223242526272829
  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:= firewall
  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. CONFIG_STYLE:= manual
  15. BUILD_STYLE:= manual
  16. INSTALL_STYLE:= manual
  17. do-install:
  18. ${INSTALL_DIR} ${IDIR_WONDERSHAPER}/usr/sbin ${IDIR_WONDERSHAPER}/etc
  19. ${INSTALL_BIN} ${WRKBUILD}/wshaper.htb \
  20. ${IDIR_WONDERSHAPER}/usr/sbin/wshaper
  21. ${INSTALL_DATA} ${WRKBUILD}/wshaper.conf ${IDIR_WONDERSHAPER}/etc/
  22. include ${TOPDIR}/mk/pkg-bottom.mk