PKG_MD5SUM:=db2452680c3d953631299e331daf49ef
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME).$(PKG_VERSION)
-PKG_CAT:=zcat
include $(INCLUDE_DIR)/package.mk
CATEGORY:=Utilities
TITLE:=Option/Vodafone 3G/GPRS control tool
DEPENDS:=+chat
- DESCRIPTION:=\
- comgt is a scripting language interpreter useful for establishing communications \\\
- on serial lines and through PCMCIA modems as well as GPRS and 3G datacards.
URL:= http://www.pharscape.org/content/view/46/70/
endef
+define Package/comgt/description
+ comgt is a scripting language interpreter useful for establishing
+ communications on serial lines and through PCMCIA modems as well as GPRS
+ and 3G datacards.
+endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
endef
$(eval $(call BuildPackage,comgt))
-