From: Mirko Vogt Date: Fri, 6 Mar 2009 20:43:49 +0000 (+0000) Subject: some minor cleanups... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a0b2a685e581c45dd0c426f04cf27c57590dee25;p=openwrt%2Fsvn-archive%2Farchive.git some minor cleanups... SVN-Revision: 14761 --- diff --git a/phone/gsm0710muxd/Makefile b/phone/gsm0710muxd/Makefile index b9af1d4e53..5707c62052 100644 --- a/phone/gsm0710muxd/Makefile +++ b/phone/gsm0710muxd/Makefile @@ -24,20 +24,18 @@ EXTRA_CFLAGS+=-I$(STAGING_DIR)/usr/lib/libintl/include -I$(STAGING_DIR)/usr/lib/ EXTRA_LDFLAGS+=-lintl -L$(STAGING_DIR)/usr/lib/libintl/lib -liconv -L$(STAGING_DIR)/usr/lib/libiconv/lib define Package/gsm0710muxd - SECTION:=phone - CATEGORY:=Phone - TITLE:=GSM multiplexing daemon - DEPENDS:=python-core +dbus-python +python-gobject +pyserial +pyyaml +gst-python - URL:=http://www.freesmartphone.org + SECTION:=phone + CATEGORY:=Phone + TITLE:=GSM multiplexing daemon + URL:=http://www.freesmartphone.org + DEPENDS:=+glib2 +dbus +libdbus-glib endef define Package/gsm0710muxd/description - gsm0710muxd is a user space multiplexer for GSM according to the GSM 07.10 specification. + gsm0710muxd is a user space multiplexer for GSM according to the GSM 07.10 specification. endef define Build/Configure - mkdir -p $(STAGING_DIR_HOST)/usr/bin - ln -sf `which dbus-binding-tool` $(STAGING_DIR_HOST)/usr/bin/ (cd $(PKG_BUILD_DIR) && \ $(CP) $(SCRIPT_DIR)/config.{guess,sub} $(PKG_BUILD_DIR)/ && \ $(CONFIGURE_VARS) \