X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/643f013d152805f989115a71a8d19b02d01320a4..90330b017db5c9333b138a1b39dc3ced4c59da43:/package/comgt/Makefile diff --git a/package/comgt/Makefile b/package/comgt/Makefile index d1494d1d6..3c638db4e 100644 --- a/package/comgt/Makefile +++ b/package/comgt/Makefile @@ -1,10 +1,9 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk @@ -25,12 +24,14 @@ define Package/comgt 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/ + URL:=http://www.pharscape.org/comgt.html 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) \ @@ -46,6 +47,7 @@ define Package/comgt/install $(INSTALL_BIN) ./files/3g.connect $(1)/etc/ppp/3g.connect $(INSTALL_DIR) $(1)/etc/chatscripts $(INSTALL_DATA) ./files/3g.chat $(1)/etc/chatscripts/3g.chat + $(INSTALL_DATA) ./files/evdo.chat $(1)/etc/chatscripts/evdo.chat $(INSTALL_DIR) $(1)/lib/network $(INSTALL_DATA) ./files/3g.sh $(1)/lib/network/3g.sh $(INSTALL_DIR) $(1)/etc/hotplug.d/button @@ -60,4 +62,3 @@ define Package/comgt/install endef $(eval $(call BuildPackage,comgt)) -