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 EF261C64F94 for ; Fri, 27 May 2011 19:14:16 +0000 (UTC) Received: by gwb15 with SMTP id 15so1206799gwb.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=I5zY4HosDnSJapQqsj9uCA8atfkeOhZk58YGgVhkooE=; b=mB8qOi5Ie2wJNBMq7CheC6mmkUB4Ms/MGtu4NzjL7yP87HAXxS9lnVVNbWnsjbsiN5 iawcG+ZydR2KX6DZlJpVI9MWtysNmBw0/fRZBtD10CRfGkiV63oA5aYrDgynE26MGq/m BPQOvp7f1ZbPZvYljPj2MmD8hq8ZgyjdXRQYI= 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=c74Pez5bcyw09LlXmgUYmQAVaw5qXMf0b6qj++ya4j/Vgh03lvWzPJx2w/N9hz3EG9 LzG8FQgd2ibPRYgJkUJz04TJ1Ib5bViheCzYJDn6DbjfRgfxcE9CCR+0F210mpPviB54 1dU7CxKkNw3lH3brCMRGaV9GyXQQ4QYacPmlo= Received: by 10.91.189.11 with SMTP id r11mr2608129agp.174.1306547800606; Fri, 27 May 2011 18:56:40 -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.39 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 27 May 2011 18:56:40 -0700 (PDT) From: Cameron Banta To: alpine-devel@lists.alpinelinux.org Cc: Cameron Banta Subject: [alpine-devel] [PATCH 3/7] main/freeswitch-sounds-en-us-callie-32000: new package Date: Sat, 28 May 2011 01:56:43 +0000 Message-Id: <1306547807-12289-4-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-en-us-callie-32000/APKBUILD | 27 ++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) create mode 100644 main/freeswitch-sounds-en-us-callie-32000/APKBUILD diff --git a/main/freeswitch-sounds-en-us-callie-32000/APKBUILD b/main/freeswitch-sounds-en-us-callie-32000/APKBUILD new file mode 100644 index 0000000..fb0409f --- /dev/null +++ b/main/freeswitch-sounds-en-us-callie-32000/APKBUILD @@ -0,0 +1,27 @@ +# Maintainer: Natanael Copa +pkgname=freeswitch-sounds-en-us-callie-32000 +pkgver=1.0.16 +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" + +_builddir="$srcdir"/$pkgname-$pkgver + +build() { + return 0 +} + +package() { + mkdir -p "$pkgdir"/usr/sounds/ + cp -ra "$srcdir"/en "$pkgdir"/usr/sounds + chown -R root:root "$pkgdir"/usr/sounds +} + +md5sums="d508c4725e1600dd8520b99ae9ed89e8 freeswitch-sounds-en-us-callie-32000-1.0.16.tar.gz" -- 1.7.4.5 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---