[arch-commits] Commit in soundfont-fluid/repos (2 files)

Felix Yan felixonmars at archlinux.org
Fri Oct 21 05:57:21 UTC 2016


    Date: Friday, October 21, 2016 @ 05:57:20
  Author: felixonmars
Revision: 192766

archrelease: copy trunk to community-testing-any

Added:
  soundfont-fluid/repos/community-testing-any/
  soundfont-fluid/repos/community-testing-any/PKGBUILD
    (from rev 192765, soundfont-fluid/trunk/PKGBUILD)

----------+
 PKGBUILD |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

Copied: soundfont-fluid/repos/community-testing-any/PKGBUILD (from rev 192765, soundfont-fluid/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2016-10-21 05:57:20 UTC (rev 192766)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Star Brilliant <echo bTEzMjUzQGhvdG1haWwuY29tCg== | base64 -d>
+
+pkgname=soundfont-fluid
+pkgver=3.1
+pkgrel=1
+pkgdesc="FluidR3 soundfont"
+arch=('any')
+#url="http://www.musescore.org/en/handbook/soundfont"
+url="http://www.hammersound.net"
+license=('custom:MIT')
+source=("http://http.debian.net/debian/pool/main/f/fluid-soundfont/fluid-soundfont_$pkgver.orig.tar.gz")
+md5sums=('189bbdf70221018cbda536984b105dfa')
+
+package() {
+  install -Dm0644 "$srcdir/fluid-soundfont-$pkgver/FluidR3_GM.sf2" "$pkgdir/usr/share/soundfonts/FluidR3_GM.sf2"
+  install -Dm0644 "$srcdir/fluid-soundfont-$pkgver/FluidR3_GS.sf2" "$pkgdir/usr/share/soundfonts/FluidR3_GS.sf2"
+  install -Dm0644 "$srcdir/fluid-soundfont-$pkgver/README" "$pkgdir/usr/share/doc/soundfont-fluid/README"
+  install -Dm0644 "$srcdir/fluid-soundfont-$pkgver/COPYING" "$pkgdir/usr/share/licenses/soundfont-fluid/COPYING"
+}



More information about the arch-commits mailing list