yate: remove broken script subpackages
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
This commit is contained in:
parent
7afe13c041
commit
0566bed3f6
1 changed files with 2 additions and 34 deletions
|
@ -48,24 +48,12 @@ define Package/$(PKG_NAME)/Default/description
|
|||
SIP, H.323, IAX, PSTN, and more.
|
||||
endef
|
||||
|
||||
define Package/$(PKG_NAME)-scripts-php
|
||||
$(call Package/yate/Default)
|
||||
DEPENDS += $(PKG_NAME) $(PKG_NAME)-mod-extmodule +php5 +php5-cli
|
||||
TITLE:= PHP Scripts and script libraries for Yate
|
||||
endef
|
||||
|
||||
define Package/$(PKG_NAME)-scripts-perl
|
||||
$(call Package/yate/Default)
|
||||
DEPENDS += $(PKG_NAME) $(PKG_NAME)-mod-extmodule +microperl
|
||||
DEPENDS += $(PKG_NAME) $(PKG_NAME)-mod-extmodule +perl
|
||||
TITLE:= Perl module for Yate
|
||||
endef
|
||||
|
||||
define Package/$(PKG_NAME)-scripts-python
|
||||
$(call Package/yate/Default)
|
||||
DEPENDS += $(PKG_NAME) $(PKG_NAME)-mod-extmodule +python-mini
|
||||
TITLE:= Python module for Yate
|
||||
endef
|
||||
|
||||
define Package/$(PKG_NAME)-sounds
|
||||
$(call Package/yate/Default)
|
||||
DEPENDS += $(PKG_NAME)
|
||||
|
@ -144,29 +132,11 @@ define Package/$(PKG_NAME)/install
|
|||
$(INSTALL_BIN) ./files/yate.init $(1)/etc/init.d/yate
|
||||
endef
|
||||
|
||||
define Package/$(PKG_NAME)-scripts-php/install
|
||||
$(INSTALL_DIR) $(1)/usr/share/yate/scripts
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/share/yate/scripts/leavemail.php $(1)/usr/share/yate/scripts/
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/share/yate/scripts/queue_in.php $(1)/usr/share/yate/scripts/
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/share/yate/scripts/queue_out.php $(1)/usr/share/yate/scripts/
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/share/yate/scripts/route.php $(1)/usr/share/yate/scripts/
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/share/yate/scripts/voicemail.php $(1)/usr/share/yate/scripts/
|
||||
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/share/yate/scripts/libvoicemail.php $(1)/usr/share/yate/scripts/
|
||||
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/share/yate/scripts/libyatechan.php $(1)/usr/share/yate/scripts/
|
||||
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/share/yate/scripts/libyateivr.php $(1)/usr/share/yate/scripts/
|
||||
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/share/yate/scripts/libyate.php $(1)/usr/share/yate/scripts/
|
||||
endef
|
||||
|
||||
define Package/$(PKG_NAME)-scripts-perl/install
|
||||
$(INSTALL_DIR) $(1)/usr/share/yate/scripts
|
||||
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/share/yate/scripts/Yate.pm $(1)/usr/share/yate/scripts/
|
||||
endef
|
||||
|
||||
define Package/$(PKG_NAME)-scripts-python/install
|
||||
$(INSTALL_DIR) $(1)/usr/share/yate/scripts
|
||||
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/share/yate/scripts/libyate.py $(1)/usr/share/yate/scripts/
|
||||
endef
|
||||
|
||||
define Package/$(PKG_NAME)-sounds/install
|
||||
$(INSTALL_DIR) $(1)/usr/share/yate/sounds
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/share/yate/sounds/ $(1)/usr/share/yate/
|
||||
|
@ -217,9 +187,7 @@ endef
|
|||
|
||||
$(eval $(call BuildPackage,$(PKG_NAME)))
|
||||
$(eval $(call BuildPackage,$(PKG_NAME)-collection-basic))
|
||||
$(eval $(call BuildPackage,$(PKG_NAME)-scripts-php))
|
||||
$(eval $(call BuildPackage,$(PKG_NAME)-scripts-perl))
|
||||
$(eval $(call BuildPackage,$(PKG_NAME)-scripts-python))
|
||||
$(eval $(call BuildPackage,$(PKG_NAME)-sounds))
|
||||
$(eval $(call BuildPlugin,accfile,server,SIP or H.323 client (from file),))
|
||||
$(eval $(call BuildPlugin,alsachan,client,ALSA Sound Channel,+alsa-lib))
|
||||
|
|
Loading…
Reference in a new issue