Makefile 1010 B

123456789101112131415161718192021222324252627282930
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. include ${TOPDIR}/rules.mk
  4. PKG_NAME:= comgt
  5. PKG_VERSION:= 0.32
  6. PKG_RELEASE:= 1
  7. PKG_MD5SUM:= db2452680c3d953631299e331daf49ef
  8. PKG_DESCR:= Option GlobeTrotter GPRS/EDGE/3G/HSDPA and Vodafone 3G/GPRS datacard control tool
  9. PKG_SECTION:= console
  10. PKG_URL:= http://sourceforge.net/projects/comgt
  11. PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=comgt/}
  12. DISTFILES:= ${PKG_NAME}.${PKG_VERSION}.tgz
  13. WRKDIST= ${WRKDIR}/${PKG_NAME}.${PKG_VERSION}
  14. include ${TOPDIR}/mk/package.mk
  15. $(eval $(call PKG_template,COMGT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
  16. BUILD_STYLE= auto
  17. ALL_TARGET= comgt
  18. do-install:
  19. ${INSTALL_DIR} ${IDIR_COMGT}/usr/bin ${IDIR_COMGT}/etc/comgt
  20. ${INSTALL_BIN} ${WRKBUILD}/comgt ${IDIR_COMGT}/usr/bin/comgt
  21. ${INSTALL_DATA} ./files/dial.comgt ${IDIR_COMGT}/etc/comgt/dial.comgt
  22. include ${TOPDIR}/mk/pkg-bottom.mk