Makefile 1020 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:= comgt
  7. PKG_VERSION:= 0.32
  8. PKG_RELEASE:= 1
  9. PKG_MD5SUM:= db2452680c3d953631299e331daf49ef
  10. PKG_DESCR:= Option GlobeTrotter GPRS/EDGE/3G/HSDPA and Vodafone 3G/GPRS datacard control tool
  11. PKG_SECTION:= console
  12. PKG_URL:= http://sourceforge.net/projects/comgt
  13. PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=comgt/}
  14. DISTFILES:= ${PKG_NAME}.${PKG_VERSION}.tgz
  15. WRKDIST= ${WRKDIR}/${PKG_NAME}.${PKG_VERSION}
  16. include ${TOPDIR}/mk/package.mk
  17. $(eval $(call PKG_template,COMGT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
  18. BUILD_STYLE= auto
  19. ALL_TARGET= comgt
  20. do-install:
  21. ${INSTALL_DIR} ${IDIR_COMGT}/usr/bin ${IDIR_COMGT}/etc/comgt
  22. ${INSTALL_BIN} ${WRKBUILD}/comgt ${IDIR_COMGT}/usr/bin/comgt
  23. ${INSTALL_DATA} ./files/dial.comgt ${IDIR_COMGT}/etc/comgt/dial.comgt
  24. include ${TOPDIR}/mk/pkg-bottom.mk