Makefile 849 B

1234567891011121314151617181920212223242526272829303132
  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= gatling
  7. PKG_VERSION= 0.8
  8. PKG_RELEASE= 1
  9. PKG_MD5SUM= 75e04c0821622ac7c35236bb2a50c31c
  10. MASTER_SITES= http://dl.fefe.de/
  11. DISTFILES= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
  12. include ${TOPDIR}/mk/package.mk
  13. $(eval $(call PKG_template,GATLING,gatling,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
  14. BUILD_STYLE= auto
  15. MAKE_FILE= GNUmakefile
  16. ALL_TARGET= gatling
  17. TCPPFLAGS+= -I${STAGING_DIR}/usr/include/owfat
  18. XAKE_FLAGS+= CC='${TARGET_CC}' \
  19. CFLAGS='${TCPPFLAGS} ${TCFLAGS}' \
  20. ZLIB=0 DIET= prefix='${WRKINST}/usr'
  21. do-install:
  22. ${INSTALL_DIR} ${IDIR_GATLING}/usr/sbin
  23. ${INSTALL_BIN} ${WRKBUILD}/gatling ${IDIR_GATLING}/usr/sbin/
  24. include ${TOPDIR}/mk/pkg-bottom.mk