summaryrefslogtreecommitdiff
path: root/pcr/ams/PKGBUILD
diff options
context:
space:
mode:
authorGuest One <theguestone@gmail.com>2013-08-13 11:57:33 +0200
committerGuest One <theguestone@gmail.com>2013-08-13 11:57:33 +0200
commitb6414cff0939026d22320f031d5c76e28d44a1e6 (patch)
treef411c84e783acc5120d401ce5e71bfd8a0fa57e9 /pcr/ams/PKGBUILD
parentea6c559e86923f7e09d924693ab47a18b7d6179f (diff)
downloadabslibre-b6414cff0939026d22320f031d5c76e28d44a1e6.tar.gz
abslibre-b6414cff0939026d22320f031d5c76e28d44a1e6.tar.bz2
abslibre-b6414cff0939026d22320f031d5c76e28d44a1e6.zip
removed ams due the inclusion in community repository
Diffstat (limited to 'pcr/ams/PKGBUILD')
-rw-r--r--pcr/ams/PKGBUILD43
1 files changed, 0 insertions, 43 deletions
diff --git a/pcr/ams/PKGBUILD b/pcr/ams/PKGBUILD
deleted file mode 100644
index 75a5062a7..000000000
--- a/pcr/ams/PKGBUILD
+++ /dev/null
@@ -1,43 +0,0 @@
-# Maintainer : Guest One <theguestone at gmail dot com>
-
-_name=alsamodular
-pkgname=ams
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="Alsa Modular Synth is a realtime modular synthesizer and effect processor"
-arch=('i686')
-url="http://alsamodular.sourceforge.net/"
-license=('GPL')
-depends=('qt4' 'clalsadrv' 'ladspa' 'jack')
-makedepends=('fftw')
-optdepends=('swh-plugins: Steve Harris plugins'
- 'cmt: Computer Music Toolkit plugins')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/project/$_name/$_name/$pkgver/$pkgname-$pkgver.tar.bz2"
- "$pkgname.desktop" "$pkgname.png")
-md5sums=('0d41bd5aac066aa98be45fd7ab12d35f'
- 'ffa277cffd52254f0297cbc2f200767e'
- '0349171d5431f1c6e56085f080eb8c68')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- # DSO link flag
- export LIBS=" -ldl"
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR=$pkgdir/ install
-
- # desktop file
- install -Dm644 ../$pkgname.desktop \
- "$pkgdir/usr/share/applications/$pkgname.desktop"
-
- # icon
- install -Dm644 ../$pkgname.png \
- "$pkgdir/usr/share/pixmaps/$pkgname.png"
-}