2 # Copyright (C) 2006 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 include $(TOPDIR
)/rules.mk
14 PKG_SOURCE
:=$(PKG_NAME
).
$(PKG_VERSION
).tgz
15 PKG_SOURCE_URL
:=@SF
/comgt
16 PKG_MD5SUM
:=db2452680c3d953631299e331daf49ef
18 PKG_BUILD_DIR
:=$(BUILD_DIR
)/$(PKG_NAME
).
$(PKG_VERSION
)
20 include $(INCLUDE_DIR
)/package.mk
25 TITLE
:=Option
/Vodafone
3G
/GPRS control tool
27 URL
:= http
://www.pharscape.org
/content
/view
/46/70/
30 define Package
/comgt
/description
31 comgt is a scripting language interpreter useful for establishing
32 communications on serial lines and through PCMCIA modems
as well
as GPRS
37 $(MAKE
) -C
$(PKG_BUILD_DIR
) \
38 $(TARGET_CONFIGURE_OPTS
) \
39 CFLAGS
="$(TARGET_CFLAGS)" \
43 define Package
/comgt
/install
44 $(INSTALL_DIR
) $(1)/usr
/bin
45 $(INSTALL_BIN
) $(PKG_BUILD_DIR
)/gcom
$(1)/usr
/bin
/
46 $(INSTALL_DIR
) $(1)/etc
/ppp
47 $(INSTALL_BIN
) .
/files
/3g.connect
$(1)/etc
/ppp
/3g.connect
48 $(INSTALL_DIR
) $(1)/etc
/chatscripts
49 $(INSTALL_DATA
) .
/files
/3g.chat
$(1)/etc
/chatscripts
/3g.chat
50 $(INSTALL_DATA
) .
/files
/evdo.chat
$(1)/etc
/chatscripts
/evdo.chat
51 $(INSTALL_DIR
) $(1)/lib
/network
52 $(INSTALL_DATA
) .
/files
/3g.sh
$(1)/lib
/network
/3g.sh
53 $(INSTALL_DIR
) $(1)/etc
/hotplug.d
/button
54 $(INSTALL_DATA
) .
/files
/3g.button
$(1)/etc
/hotplug.d
/button
/05-3g
55 $(INSTALL_DIR
) $(1)/etc
/hotplug.d
/iface
56 $(INSTALL_DATA
) .
/files
/3g.iface
$(1)/etc
/hotplug.d
/iface
/05-3g
57 $(INSTALL_DIR
) $(1)/etc
/gcom
58 $(INSTALL_DATA
) .
/files
/setpin.gcom
$(1)/etc
/gcom
/setpin.gcom
59 $(INSTALL_DATA
) .
/files
/setmode.gcom
$(1)/etc
/gcom
/setmode.gcom
60 $(INSTALL_DATA
) .
/files
/getcardinfo.gcom
$(1)/etc
/gcom
/getcardinfo.gcom
61 $(INSTALL_DATA
) .
/files
/getstrength.gcom
$(1)/etc
/gcom
/getstrength.gcom
64 $(eval
$(call BuildPackage
,comgt
))