diff options
Diffstat (limited to 'pcr/ams')
-rw-r--r-- | pcr/ams/PKGBUILD | 43 | ||||
-rw-r--r-- | pcr/ams/ams.desktop | 9 | ||||
-rw-r--r-- | pcr/ams/ams.install | 11 | ||||
-rw-r--r-- | pcr/ams/ams.png | bin | 8303 -> 0 bytes |
4 files changed, 0 insertions, 63 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" -} diff --git a/pcr/ams/ams.desktop b/pcr/ams/ams.desktop deleted file mode 100644 index 4761ab9fc..000000000 --- a/pcr/ams/ams.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Alsa Modular Synth -Comment=Realtime modular synthesizer and effect processor -Exec=ams -Icon=ams -Terminal=false -Categories=Application;AudioVideo;AudioVideo;Qt;X-Jack;X-Sound; -StartupNotify=true
\ No newline at end of file diff --git a/pcr/ams/ams.install b/pcr/ams/ams.install deleted file mode 100644 index e111ef946..000000000 --- a/pcr/ams/ams.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/pcr/ams/ams.png b/pcr/ams/ams.png Binary files differdeleted file mode 100644 index d3a8dfe49..000000000 --- a/pcr/ams/ams.png +++ /dev/null |