From 2baf2b0d7c583f042cbe471a3900c574bed3608d Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 13 Sep 2011 17:33:56 +0000 Subject: [PATCH] [package] remove asterisk-chan-datacard, accidentally committed. git-svn-id: svn://svn.openwrt.org/openwrt/packages@28234 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/asterisk-chan-datacard/Makefile | 59 ---------------------- .../patches/001-cross_compile.patch | 20 -------- 2 files changed, 79 deletions(-) delete mode 100644 net/asterisk-chan-datacard/Makefile delete mode 100644 net/asterisk-chan-datacard/patches/001-cross_compile.patch diff --git a/net/asterisk-chan-datacard/Makefile b/net/asterisk-chan-datacard/Makefile deleted file mode 100644 index e6ac7b66b..000000000 --- a/net/asterisk-chan-datacard/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# -# Copyright (C) 2011 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -include $(TOPDIR)/rules.mk - -PKG_NAME:=asterisk18-chan-datacard -PKG_REV:=185 -PKG_VERSION:=r$(PKG_REV) -PKG_RELEASE:=1 - -PKG_SOURCE_PROTO:=svn -PKG_SOURCE_VERSION:=$(PKG_REV) -PKG_SOURCE_SUBDIR:=$(if $(PKG_BRANCH),$(PKG_BRANCH),$(PKG_NAME))-$(PKG_VERSION) -PKG_SOURCE_URL:=https://www.makhutov.org/svn/chan_datacard/trunk/ -PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_SOURCE_SUBDIR) - -include $(INCLUDE_DIR)/package.mk - -define Package/asterisk18-chan-datacard - SUBMENU:=asterisk18 (Complete Open Source PBX), v1.8.x - SECTION:=net - CATEGORY:=Network - URL:=http://datacard.googlecode.com/ - MAINTAINER:=Hans Zandbelt - DEPENDS:= +asterisk18 +libiconv-full - TITLE:=Huawei UMTS 3G datacards support -endef - -define Package/asterisk18-chan-datacard/description - Asterisk channel driver for Huawei UMTS 3G datacards -endef - -MAKE_VARS += \ - CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) \ - -I$(STAGING_DIR)/usr/include/asterisk-1.8/include \ - -I$(STAGING_DIR)/usr/lib/libiconv-full/include" - LDFLAGS="$(TARGET_LDFLAGS) -liconv" - -define Build/Compile - $(call Build/Compile/Default) -endef - -define Package/asterisk18-chan-datacard/conffiles -/etc/asterisk/datacard.conf -endef - -define Package/asterisk18-chan-datacard/install - $(INSTALL_DIR) $(1)/etc/asterisk - $(INSTALL_DATA) $(PKG_BUILD_DIR)/etc/datacard.conf $(1)/etc/asterisk/ - $(INSTALL_DIR) $(1)/usr/lib/asterisk/modules - $(INSTALL_BIN) $(PKG_BUILD_DIR)/chan_datacard.so $(1)/usr/lib/asterisk/modules/ -endef - -$(eval $(call BuildPackage,asterisk18-chan-datacard)) diff --git a/net/asterisk-chan-datacard/patches/001-cross_compile.patch b/net/asterisk-chan-datacard/patches/001-cross_compile.patch deleted file mode 100644 index aedf81fbb..000000000 --- a/net/asterisk-chan-datacard/patches/001-cross_compile.patch +++ /dev/null @@ -1,20 +0,0 @@ -Index: configure -=================================================================== ---- a/configure (révision 185) -+++ b/configure (copie de travail) -@@ -29,13 +29,13 @@ - Linux*) - DESTDIR="/usr/lib/asterisk/modules/" - -- INCDIR="-I. -I/usr/include" -+ INCDIR="-I." - CFLAGS="-O2 -DICONV_CONST=\"\" -D__DEBUG__ -D__MANAGER__ -D__APP__" - - LIBDIR="" - LIBS="" - -- SOLINK="-shared -Xlinker -x" -+ SOLINK="-shared" - ;; - Darwin*) - DESTDIR="/opt/local/lib/asterisk/modules/" -- 2.11.0