[arch-commits] Commit in qsynth/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Sun Feb 8 21:54:38 UTC 2009


    Date: Sunday, February 8, 2009 @ 16:54:38
  Author: eric
Revision: 26534

upgpkg: qsynth 0.3.3-1
    Upstream update

Modified:
  qsynth/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-08 21:53:20 UTC (rev 26533)
+++ PKGBUILD	2009-02-08 21:54:38 UTC (rev 26534)
@@ -2,21 +2,19 @@
 # Maintainer: damir <damir at archlinux.org>
 
 pkgname=qsynth
-pkgver=0.3.2
+pkgver=0.3.3
 pkgrel=1
 pkgdesc="Qt GUI for fluidsynth"
-license=("GPL")
-arch=("i686" "x86_64")
+arch=('i686' 'x86_64')
 url="http://qsynth.sourceforge.net/qsynth-index.html"
+license=('GPL')
 depends=('fluidsynth' 'qt>=4.3')
 source=(http://downloads.sourceforge.net/sourceforge/qsynth/${pkgname}-${pkgver}.tar.gz)
+md5sums=('648c49d8935814be03f4001f42b169cf')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr || return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir} install || return 1
 }
-
-
-md5sums=('be744e4898d05d1b2db89875abac10ba')




More information about the arch-commits mailing list