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.
9 include $(TOPDIR
)/rules.mk
15 PKG_SOURCE
:=$(PKG_NAME
).
$(PKG_VERSION
).tgz
16 PKG_SOURCE_URL
:=@SF
/comgt
17 PKG_MD5SUM
:=db2452680c3d953631299e331daf49ef
19 PKG_BUILD_DIR
:=$(BUILD_DIR
)/$(PKG_NAME
).
$(PKG_VERSION
)
21 include $(INCLUDE_DIR
)/package.mk
26 TITLE
:=Option
/Vodafone
3G
/GPRS control tool
29 comgt is a scripting language interpreter useful for establishing communications
\\\
30 on serial lines and through PCMCIA modems
as well
as GPRS and
3G datacards.
31 URL
:= http
://www.pharscape.org
/content
/view
/46/70/
36 $(MAKE
) -C
$(PKG_BUILD_DIR
) \
37 $(TARGET_CONFIGURE_OPTS
) \
38 CFLAGS
="$(TARGET_CFLAGS)" \
42 define Package
/comgt
/install
43 $(INSTALL_DIR
) $(1)/usr
/bin
44 $(INSTALL_BIN
) $(PKG_BUILD_DIR
)/gcom
$(1)/usr
/bin
/
45 $(INSTALL_DIR
) $(1)/etc
/ppp
46 $(INSTALL_BIN
) .
/files
/3g.connect
$(1)/etc
/ppp
/3g.connect
47 $(INSTALL_DIR
) $(1)/etc
/chatscripts
48 $(INSTALL_DATA
) .
/files
/3g.chat
$(1)/etc
/chatscripts
/3g.chat
49 $(INSTALL_DIR
) $(1)/lib
/network
50 $(INSTALL_DATA
) .
/files
/3g.sh
$(1)/lib
/network
/3g.sh
51 $(INSTALL_DIR
) $(1)/etc
/hotplug.d
/button
52 $(INSTALL_DATA
) .
/files
/3g.button
$(1)/etc
/hotplug.d
/button
/05-3g
53 $(INSTALL_DIR
) $(1)/etc
/hotplug.d
/iface
54 $(INSTALL_DATA
) .
/files
/3g.iface
$(1)/etc
/hotplug.d
/iface
/05-3g
55 $(INSTALL_DIR
) $(1)/etc
/gcom
56 $(INSTALL_DATA
) .
/files
/setpin.gcom
$(1)/etc
/gcom
/setpin.gcom
57 $(INSTALL_DATA
) .
/files
/setmode.gcom
$(1)/etc
/gcom
/setmode.gcom
58 $(INSTALL_DATA
) .
/files
/getcardinfo.gcom
$(1)/etc
/gcom
/getcardinfo.gcom
59 $(INSTALL_DATA
) .
/files
/getstrength.gcom
$(1)/etc
/gcom
/getstrength.gcom
62 $(eval
$(call BuildPackage
,comgt
))