[arch-commits] Commit in (5 files)

speps speps at nymeria.archlinux.org
Fri Apr 4 17:43:45 UTC 2014


    Date: Friday, April 4, 2014 @ 19:43:44
  Author: speps
Revision: 108820

addpkg: amsynth 1.4.1

Added:
  amsynth/
  amsynth/repos/
  amsynth/trunk/
  amsynth/trunk/PKGBUILD
  amsynth/trunk/amsynth.install

-----------------+
 PKGBUILD        |   27 +++++++++++++++++++++++++++
 amsynth.install |   11 +++++++++++
 2 files changed, 38 insertions(+)

Added: amsynth/trunk/PKGBUILD
===================================================================
--- amsynth/trunk/PKGBUILD	                        (rev 0)
+++ amsynth/trunk/PKGBUILD	2014-04-04 17:43:44 UTC (rev 108820)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Alessio Biancalana <dottorblaster at 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
+}

Added: amsynth/trunk/amsynth.install
===================================================================
--- amsynth/trunk/amsynth.install	                        (rev 0)
+++ amsynth/trunk/amsynth.install	2014-04-04 17:43:44 UTC (rev 108820)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list