summaryrefslogtreecommitdiff
path: root/community/amsynth
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-05 03:27:47 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-05 03:27:47 +0000
commit12c37e7b5594be3af3c03e543648b2a1c430bdcc (patch)
treeb6c672d91b01b5f52379a5ed7f2150a86deaa03a /community/amsynth
parent9e555a53b531cf1dd49762d2815cb6bbfca55bfa (diff)
Sat Apr 5 03:23:49 UTC 2014
Diffstat (limited to 'community/amsynth')
-rw-r--r--community/amsynth/PKGBUILD27
-rw-r--r--community/amsynth/amsynth.install11
2 files changed, 38 insertions, 0 deletions
diff --git a/community/amsynth/PKGBUILD b/community/amsynth/PKGBUILD
new file mode 100644
index 000000000..038fecfa2
--- /dev/null
+++ b/community/amsynth/PKGBUILD
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Alessio Biancalana <dottorblaster@gmail.com>
+
+pkgname=amsynth
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="Analogue Modeling SYNTHesizer"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/$pkgname/"
+license=('GPL')
+depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
+makedepends=('dssi' 'ladspa')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/amsynthe/amsynth-$pkgver.tar.gz")
+md5sums=('ea3815142cf2000572f40c64b21fd982')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir/" install
+}
diff --git a/community/amsynth/amsynth.install b/community/amsynth/amsynth.install
new file mode 100644
index 000000000..e111ef946
--- /dev/null
+++ b/community/amsynth/amsynth.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}