X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 16AB9C64E7B for ; Fri, 27 May 2011 19:14:17 +0000 (UTC) Received: by gwb15 with SMTP id 15so1206800gwb.13 for ; Fri, 27 May 2011 18:56:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references; bh=4Iut0Oiah/JM5RgRPOKiXx0vNpsmAFaVfD9FdIPxJok=; b=p4icbgPIljt/FInBJQzlcFxZf0DMH9/2a+G7bSRj9telQhnsAiJ8gphWJCLz70gM+o Tblygm9P2Qkn+sYGOEn6OxKseVEua1czZcstTnKxNw5pb0KUySIr3Oq6IISt6MDUZOg+ t6ux5oZWG4aI9OMntCh6pAhcDaAIWo5rOgNEY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=PGq4zEmUZzoykWOJ/5/dpLXQEk7lUPFdqScnrNdVkBqulCb10MrXw5ArftzO+KYkom +UqGPFH2In7a1fZklAdrJ1q/H/2upDHxWgAYfP/Ov5/FhcEMdQHLAzVc/UdGRT+K6Yse oCfi0x1gUVDJFcAUJPsp6xPM9w4zrQcAg2xu4= Received: by 10.90.59.31 with SMTP id h31mr2600358aga.208.1306547801812; Fri, 27 May 2011 18:56:41 -0700 (PDT) Received: from localhost.localdomain (c-71-228-19-24.hsd1.il.comcast.net [71.228.19.24]) by mx.google.com with ESMTPS id w19sm1751610anf.38.2011.05.27.18.56.40 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 27 May 2011 18:56:41 -0700 (PDT) From: Cameron Banta To: alpine-devel@lists.alpinelinux.org Cc: Cameron Banta Subject: [alpine-devel] [PATCH 4/7] main/freeswitch-sounds-ru-RU-elena-8000: new package Date: Sat, 28 May 2011 01:56:44 +0000 Message-Id: <1306547807-12289-5-git-send-email-cbanta@gmail.com> X-Mailer: git-send-email 1.7.4.5 In-Reply-To: <1306547807-12289-1-git-send-email-cbanta@gmail.com> References: <1306547807-12289-1-git-send-email-cbanta@gmail.com> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/freeswitch-sounds-ru-RU-elena-8000/APKBUILD | 25 ++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) create mode 100644 main/freeswitch-sounds-ru-RU-elena-8000/APKBUILD diff --git a/main/freeswitch-sounds-ru-RU-elena-8000/APKBUILD b/main/freeswitch-sounds-ru-RU-elena-8000/APKBUILD new file mode 100644 index 0000000..d62e75c --- /dev/null +++ b/main/freeswitch-sounds-ru-RU-elena-8000/APKBUILD @@ -0,0 +1,25 @@ +# Maintainer: Natanael Copa +pkgname=freeswitch-sounds-ru-RU-elena-8000 +pkgver=1.0.12 +pkgrel=0 +pkgdesc="Sounds for freeswitch English" +url="http://files.freeswitch.org/" +arch="noarch" +license="unknown" +depends= +makedepends= +install= +subpackages= +source="http://files.freeswitch.org/$pkgname-$pkgver.tar.gz" + +build() { + return 0 +} + +package() { + mkdir -p "$pkgdir"/usr/sounds/ + cp -ra "$srcdir"/ru "$pkgdir"/usr/sounds + chown -R root:root "$pkgdir"/usr/sounds +} + +md5sums="f2f94b605ecc05300883703af92a32b3 freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz" -- 1.7.4.5 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---