summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-09-19 13:00:53 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-09-19 13:00:53 -0500
commitc21c8e3cd624d0ca4d27acd5ef84095ac0dab2af (patch)
treedcd7d133eb1455c087d226f18cb9d63b9db76a33 /pcr
parenta64d7d3382dedf87e2222ef819d2fbc5eb573ecf (diff)
Removing minaton-lv2: It was removed in upstream
Diffstat (limited to 'pcr')
-rw-r--r--pcr/minaton-lv2/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/pcr/minaton-lv2/PKGBUILD b/pcr/minaton-lv2/PKGBUILD
deleted file mode 100644
index 797a74653..000000000
--- a/pcr/minaton-lv2/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Maintainer: Guest One <theguestone at gmail dot com>
-pkgname=minaton-lv2
-pkgver=0.0.3
-pkgrel=1
-pkgdesc="A music software synthesizer project, LV2 instrument."
-arch=('i686')
-url="http://sourceforge.net/p/minaton/home/Home/"
-license=('GPL')
-groups=('lv2-plugins')
-depends=('lv2' 'jack' 'gtkmm')
-makedepends=('lv2-c++-tools')
-provides=('lv2-minaton')
-conflicts=('lv2-minaton')
-source=("http://downloads.sourceforge.net/project/minaton/$pkgname-v.$pkgver.tar.gz")
-md5sums=('b5190a6c6942c1a1fe6b929963ad1f86')
-
-build() {
- cd "$srcdir/$pkgname-v$pkgver"
-
- # set bundle_path
- sed -i "s|\(string bundle_path\);|\1 = \"/usr/lib/lv2/minaton.lv2/\";|" *.{hpp,h,cpp}
-
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-v$pkgver"
- make INSTALL_DIR="$pkgdir/usr/lib/lv2" install
-}
-
-# vim:set ts=2 sw=2 et: