diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/amidi-plug | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/amidi-plug')
-rw-r--r-- | community/amidi-plug/PKGBUILD | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/community/amidi-plug/PKGBUILD b/community/amidi-plug/PKGBUILD deleted file mode 100644 index d13e19531..000000000 --- a/community/amidi-plug/PKGBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# $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=6 -pkgdesc="A MIDI input plugin for XMMS" -arch=('i686' 'x86_64') -url="http://www.develia.org/projects.php?l=2&f=1&p=amidiplug" -license=('GPL2') -depends=('xmms' 'fluidsynth') -makedepends=('pkgconfig') -options=('!libtool') -source=(http://www.develia.org/files/$pkgname-$pkgver.tar.bz2) -md5sums=('bb128c40dce0ab4afda79da01f985a09') - -build() { - cd $srcdir/$pkgname-$pkgver - ./configure --prefix=/usr --with-player=xmms - make - make DESTDIR=$pkgdir install -} |