Makefile 839 B

1234567891011121314151617181920212223242526
  1. # $Id$
  2. #-
  3. # This file is part of the OpenADK project. OpenADK is copyrighted
  4. # material, please see the LICENCE file in the top-level directory.
  5. include ${TOPDIR}/rules.mk
  6. PKG_NAME:= wondershaper
  7. PKG_VERSION:= 1.1a
  8. PKG_RELEASE:= 7
  9. PKG_MD5SUM:= bbc5a3a4485ab286e337ce8550e7b990
  10. MASTER_SITES:= http://lartc.org/wondershaper/
  11. include ${TOPDIR}/mk/package.mk
  12. $(eval $(call PKG_template,WONDERSHAPER,wondershaper,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
  13. do-install:
  14. ${INSTALL_DIR} ${IDIR_WONDERSHAPER}/usr/sbin/
  15. ${INSTALL_DIR} ${IDIR_WONDERSHAPER}/etc/init.d/
  16. ${INSTALL_BIN} ${WRKBUILD}/wshaper.htb ${IDIR_WONDERSHAPER}/usr/sbin/wshaper
  17. ${INSTALL_DATA} ${WRKBUILD}/wshaper.conf ${IDIR_WONDERSHAPER}/etc/
  18. $(INSTALL_BIN) ./files/wondershaper.init \
  19. $(IDIR_WONDERSHAPER)/etc/init.d/wondershaper
  20. include ${TOPDIR}/mk/pkg-bottom.mk