Add asterisk prompts in German (#1463)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7239 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
235c5308ea
commit
3bc700a365
45
net/asterisk-prompt-de/Makefile
Normal file
45
net/asterisk-prompt-de/Makefile
Normal file
@ -0,0 +1,45 @@
|
||||
#
|
||||
# Copyright (C) 2007 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
# $Id: $
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=asterisk-prompt-de
|
||||
PKG_VERSION:=2.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=ast_prompts_de_v2_0.tar.gz
|
||||
PKG_SOURCE_URL:=http://www.stadt-pforzheim.de/asterisk/dateien/
|
||||
PKG_MD5SUM:=d263b0b746acf84d7519ff8fb6699dc8
|
||||
PKG_CAT:=zcat
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/ast_prompts_de_v2_0
|
||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/asterisk-prompt-de
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=German asterisk prompts
|
||||
DESCRIPTION:=German asterisk prompts
|
||||
DEPENDS:=+asterisk
|
||||
URL:=http://www.stadt-pforzheim.de/asterisk/
|
||||
SUBMENU:=asterisk (Complete Open Source PBX)
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
endef
|
||||
|
||||
define Package/asterisk-prompt-de/install
|
||||
$(INSTALL_DIR) $(1)/usr/lib/asterisk/sounds/
|
||||
$(CP) $(PKG_BUILD_DIR)/var/lib/asterisk/sounds/* \
|
||||
$(1)/usr/lib/asterisk/sounds/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,asterisk-prompt-de))
|
||||
|
Loading…
x
Reference in New Issue
Block a user