[arch-commits] Commit in soundfont-fluid/repos (community-any community-any/PKGBUILD)

Felix Yan fyan at archlinux.org
Wed Oct 1 15:24:55 UTC 2014


    Date: Wednesday, October 1, 2014 @ 17:24:54
  Author: fyan
Revision: 119975

archrelease: copy trunk to community-any

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

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

Copied: soundfont-fluid/repos/community-any/PKGBUILD (from rev 119974, soundfont-fluid/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2014-10-01 15:24:54 UTC (rev 119975)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Star Brilliant <echo bTEzMjUzQGhvdG1haWwuY29tCg== | base64 -d>
+
+pkgname=soundfont-fluid
+pkgver=2
+pkgrel=2
+pkgdesc="FluidR3_GM soundfont"
+arch=('any')
+#url="http://www.musescore.org/en/handbook/soundfont"
+url="http://www.hammersound.net"
+license=('custom:Public Domain')
+source=("http://www.musescore.org/download/fluid-soundfont.tar.gz")
+md5sums=('bc0df95c7f3c33a82e606a5f4e601594')
+
+package() {
+  install -Dm0644 "$srcdir/FluidR3 GM2-2.SF2" "$pkgdir/usr/share/soundfonts/FluidR3_GM2-2.sf2"
+  install -Dm0644 "$srcdir/Fluid R3- Readme.doc" "$pkgdir/usr/share/doc/soundfont-fluid/Fluid R3- Readme.doc"
+  install -Dm0644 "$srcdir/Changelog.txt" "$pkgdir/usr/share/doc/soundfont-fluid/Changelog.txt"
+}



More information about the arch-commits mailing list