Makefile 882 B

1234567891011121314151617181920212223242526272829
  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:= ser2net
  7. PKG_VERSION:= 2.3
  8. PKG_RELEASE:= 1
  9. PKG_MD5SUM:= 5f83a3e8aec18331cb61069dccdfba47
  10. PKG_DESCR:= a program for allowing network connections to serial ports
  11. PKG_SECTION:= net
  12. PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=ser2net/}
  13. include ${TOPDIR}/mk/package.mk
  14. $(eval $(call PKG_template,SER2NET,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
  15. CONFIGURE_STYLE:= gnu
  16. BUILD_STYLE:= auto
  17. INSTALL_STYLE:= auto
  18. post-install:
  19. ${INSTALL_DIR} ${IDIR_SER2NET}/etc ${IDIR_SER2NET}/usr/sbin
  20. ${INSTALL_BIN} ${WRKINST}/usr/sbin/ser2net ${IDIR_SER2NET}/usr/sbin
  21. ${INSTALL_DATA} ${WRKBUILD}/ser2net.conf ${IDIR_SER2NET}/etc
  22. include ${TOPDIR}/mk/pkg-bottom.mk