summaryrefslogtreecommitdiff
path: root/community/amidi-plug
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-21 11:26:12 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-21 11:26:12 -0300
commitc0bcbcf4015ba2388cb0f0bd418e5242f9613b43 (patch)
tree8e4f525a74e1ec4d373256b380f7d49305ed5d00 /community/amidi-plug
parenta05bf04c686ff44fc6c12fbe774d65032b74c55d (diff)
parent11484c032f8c236b2044e715a9a3b28e33f65598 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/6tunnel/PKGBUILD community/chrootuid/PKGBUILD community/cpulimit/PKGBUILD community/cutter/PKGBUILD community/darkhttpd/PKGBUILD community/darkstat/PKGBUILD community/datemath/PKGBUILD community/delegate/PKGBUILD community/dfm/PKGBUILD community/freedroid/PKGBUILD community/parano/PKGBUILD community/pyvorbis/PKGBUILD community/scrotwm/PKGBUILD extra/antlr2/PKGBUILD extra/live-media/PKGBUILD extra/mono-zeroconf/PKGBUILD extra/vlc/PKGBUILD
Diffstat (limited to 'community/amidi-plug')
-rw-r--r--community/amidi-plug/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/amidi-plug/PKGBUILD b/community/amidi-plug/PKGBUILD
index 249bf8494..735feff9f 100644
--- a/community/amidi-plug/PKGBUILD
+++ b/community/amidi-plug/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 17215 2010-05-21 21:43:23Z spupykin $
+# $Id: PKGBUILD 65039 2012-02-20 02:15:30Z spupykin $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: yosh64 <yosh64.at.gmail.dot.com>
pkgname=amidi-plug
pkgver=0.7
-pkgrel=5
+pkgrel=6
pkgdesc="A MIDI input plugin for XMMS"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.develia.org/projects.php?l=2&f=1&p=amidiplug"
@@ -18,6 +18,6 @@ md5sums=('bb128c40dce0ab4afda79da01f985a09')
build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr --with-player=xmms
- make || return 1
+ make
make DESTDIR=$pkgdir install
}