From b6af1e02efe594039707cd882517663d5370f375 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Thu, 25 Aug 2016 15:26:24 +0200 Subject: testing/[multiple]: move unmaintained packages This moves all packages from testing to unmaintained which have not been updated for atleast 6 months. If you are affected by this commit please follow this proceddure: * make sure your packages build on all architectures * move your pacakge(s) back to testing * if you want to keep this package and can maintain it (or find somebody to maintain it for you) for a minimum of 6 months ask it to be moved to community --- testing/fluidsynth/APKBUILD | 50 --------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 testing/fluidsynth/APKBUILD (limited to 'testing/fluidsynth') diff --git a/testing/fluidsynth/APKBUILD b/testing/fluidsynth/APKBUILD deleted file mode 100644 index 7518fab4c9..0000000000 --- a/testing/fluidsynth/APKBUILD +++ /dev/null @@ -1,50 +0,0 @@ -# Maintainer: Natanael Copa -pkgname=fluidsynth -pkgver=1.1.6 -pkgrel=0 -pkgdesc="Real-time software synthesizer" -url="http://www.fluidsynth.org/" -arch="all" -license="LGPLv2+" -depends="" -depends_dev="" -makedepends="$depends_dev alsa-lib-dev cmake dbus-dev ladspa-dev ncurses-dev - jack-dev glib-dev libsndfile-dev" -install="" -subpackages="$pkgname-dev $pkgname-doc $pkgname-libs" -source="http://downloads.sourceforge.net/fluidsynth/fluidsynth-$pkgver.tar.bz2" - -_builddir="$srcdir"/fluidsynth-$pkgver -prepare() { - local i - cd "$_builddir" - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done - update_config_sub || return 1 -} - -build() { - cd "$_builddir" - ./configure \ - --build=$CBUILD \ - --host=$CHOST \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --localstatedir=/var \ - || return 1 - make || return 1 -} - -package() { - cd "$_builddir" - make DESTDIR="$pkgdir" install || return 1 -} - -md5sums="f6e696690e989098f70641364fdffad7 fluidsynth-1.1.6.tar.bz2" -sha256sums="d28b47dfbf7f8e426902ae7fa2981d821fbf84f41da9e1b85be933d2d748f601 fluidsynth-1.1.6.tar.bz2" -sha512sums="0ead8bf86c0edf6d98044eb16b52b85fac8bc3bdeb9c1478d0bceb4f5b38ca28218fcf2cd18cdd5608190dc70b7c39bde681765d01787bc84bc97c6ab3bbf946 fluidsynth-1.1.6.tar.bz2" -- cgit v1.2.3