diff options
author | Erich Eckner <git@eckner.net> | 2021-02-25 14:27:54 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-02-25 14:27:54 +0100 |
commit | b5a9fe70b50ede0af16b8387538cd6474f09940c (patch) | |
tree | 885eee7025c8166bfd26175621e04f87fa3f9824 /manualPorts | |
parent | 926d61d32d95549d9d6d134856804de588f66c12 (diff) | |
download | crux-ports-b5a9fe70b50ede0af16b8387538cd6474f09940c.tar.xz |
manualPorts/fluid-soundfont removed
Diffstat (limited to 'manualPorts')
-rw-r--r-- | manualPorts/fluid-soundfont/.footprint | 4 | ||||
-rw-r--r-- | manualPorts/fluid-soundfont/.md5sum | 1 | ||||
-rw-r--r-- | manualPorts/fluid-soundfont/.signature | 5 | ||||
-rw-r--r-- | manualPorts/fluid-soundfont/Pkgfile | 15 |
4 files changed, 0 insertions, 25 deletions
diff --git a/manualPorts/fluid-soundfont/.footprint b/manualPorts/fluid-soundfont/.footprint deleted file mode 100644 index f576e00..0000000 --- a/manualPorts/fluid-soundfont/.footprint +++ /dev/null @@ -1,4 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/soundfonts/ --rw-r--r-- root/root usr/share/soundfonts/FluidR3_GM2-2.sf2 diff --git a/manualPorts/fluid-soundfont/.md5sum b/manualPorts/fluid-soundfont/.md5sum deleted file mode 100644 index 814214a..0000000 --- a/manualPorts/fluid-soundfont/.md5sum +++ /dev/null @@ -1 +0,0 @@ -bc0df95c7f3c33a82e606a5f4e601594 fluid-soundfont.tar.gz diff --git a/manualPorts/fluid-soundfont/.signature b/manualPorts/fluid-soundfont/.signature deleted file mode 100644 index 7d3992c..0000000 --- a/manualPorts/fluid-soundfont/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/deepthought.pub -RWQxCptPusLGGoSSp4dW1mxIoOQn1VOYY4tP8zKZusETZl4u0V9eIMhNVDDTJ22X99bxedIHnRkjOTwLDHGC2+lfXUSKQ341Tgo= -SHA256 (Pkgfile) = 10fec167382c39be6b42521e2d856423fc7e38e72998908a90e068e077c528c4 -SHA256 (.footprint) = d1411d41cfe82377c771e239c2a971b8438ddd95cb7eb4d85d0375f85392f6c5 -SHA256 (fluid-soundfont.tar.gz) = c815769e44d86f1507b946a6c48c997c7f650699aea1ec4b11ba66e3415c26b9 diff --git a/manualPorts/fluid-soundfont/Pkgfile b/manualPorts/fluid-soundfont/Pkgfile deleted file mode 100644 index 9d1af0b..0000000 --- a/manualPorts/fluid-soundfont/Pkgfile +++ /dev/null @@ -1,15 +0,0 @@ -# Description: FluidR3_GM soundfont -# URL: http://www.hammersound.net -# Maintainer: Erich Eckner, crux at eckner dot net -# Depends on: - -name=fluid-soundfont -version=2 -release=1 -source=("http://www.musescore.org/download/$name.tar.gz") - -build() { - - install -Dm0644 "$SRC/FluidR3 GM2-2.SF2" "$PKG/usr/share/soundfonts/FluidR3_GM2-2.sf2" - -} |