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 6FDFDC64EF7 for ; Fri, 27 May 2011 19:14:21 +0000 (UTC) Received: by gwb15 with SMTP id 15so1206817gwb.13 for ; Fri, 27 May 2011 18:56:46 -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=CeWSWhwr9Jb4CFzn7eb19hfIaLufilhIA5YpPGZl0Mk=; b=oTFDBOQQ+UI3h9jGQ0xL1Fn/9hL9ZKjCjnRbDAK7z2Fm2/J1QinBcTwulWvXsJtAkm IlWwGUeMyIRXUVjhv7c1qvIQAMs+Q6zHi983fSAl0wUVxc+G4yjCvLX/wdxxk4GMGCaC BW1kfpvQeIWnIgu/Dl0pqYtqBUViCVCQZ+1Dk= 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=sDdyCt34UWzhNNslGnlSxENbTxwwbPJizjCMn15qn7TXwADGZoNDuAl0iDFZLaw7Nj LuN0FHCtItBhzFpOcknyBA9k6zPZRv4mZbVvBLBvFL7oigsxRpCT3Tb0GVjG3StZXUBA rKrNtTxT4n71DIWbCni/3QcNPs153fAebfUcw= Received: by 10.90.181.13 with SMTP id d13mr2655846agf.151.1306547805438; Fri, 27 May 2011 18:56:45 -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.44 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 27 May 2011 18:56:44 -0700 (PDT) From: Cameron Banta To: alpine-devel@lists.alpinelinux.org Cc: Cameron Banta Subject: [alpine-devel] [PATCH 7/7] main/freeswitch-sounds-music-32000: new package Date: Sat, 28 May 2011 01:56:47 +0000 Message-Id: <1306547807-12289-8-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-music-32000/APKBUILD | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) create mode 100644 main/freeswitch-sounds-music-32000/APKBUILD diff --git a/main/freeswitch-sounds-music-32000/APKBUILD b/main/freeswitch-sounds-music-32000/APKBUILD new file mode 100644 index 0000000..2293c09 --- /dev/null +++ b/main/freeswitch-sounds-music-32000/APKBUILD @@ -0,0 +1,25 @@ +# Maintainer: Natanael Copa +pkgname=freeswitch-sounds-music-32000 +pkgver=1.0.8 +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"/music "$pkgdir"/usr/sounds + chown -R root:root "$pkgdir"/usr/sounds +} + +md5sums="7e03932ea81b8d0bf6d686f838b060b4 freeswitch-sounds-music-32000-1.0.8.tar.gz" -- 1.7.4.5 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---