Makefile 823 B

12345678910111213141516171819202122232425262728293031
  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:= fprobe-ulog
  7. PKG_VERSION:= 1.1
  8. PKG_RELEASE:= 1
  9. PKG_MD5SUM:= cdb2e4edc47e8a3d5479eeabfb979ebc
  10. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
  11. MASTER_SITES:= ${MASTER_SITE_SOURCEFORGE:=fprobe/}
  12. include ${TOPDIR}/mk/package.mk
  13. $(eval $(call PKG_template,FPROBE_ULOG,fprobe-ulog,${PKG_VERSION}-${PKG_RELEASE}))
  14. CONFIGURE_STYLE= gnu
  15. CONFIGURE_ARGS+= --with-piddir=/var \
  16. --with-membulk=index8 \
  17. --with-hash=xor8
  18. BUILD_STYLE= auto
  19. INSTALL_STYLE= auto
  20. post-install:
  21. ${INSTALL_DIR} ${IDIR_FPROBE_ULOG}/usr/sbin
  22. ${INSTALL_BIN} ${WRKINST}/usr/sbin/fprobe-ulog \
  23. ${IDIR_FPROBE_ULOG}/usr/sbin/
  24. include ${TOPDIR}/mk/pkg-bottom.mk