diff options
author | root <root@rshg054.dnsready.net> | 2012-02-26 23:15:00 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-26 23:15:00 +0000 |
commit | f6a79a3f5989efc8db63af942851c56f0c462bb1 (patch) | |
tree | 08bddecba9bbd4fc2c2075bfa2c514f710fcd351 /extra/qsynth | |
parent | e4a5730eb358cb0d78bc022204ddccac068c2bf2 (diff) |
Sun Feb 26 23:15:00 UTC 2012
Diffstat (limited to 'extra/qsynth')
-rw-r--r-- | extra/qsynth/PKGBUILD | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/extra/qsynth/PKGBUILD b/extra/qsynth/PKGBUILD index 56524dc94..3f1c7c379 100644 --- a/extra/qsynth/PKGBUILD +++ b/extra/qsynth/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 118833 2011-04-08 10:15:47Z schiv $ +# $Id: PKGBUILD 151340 2012-02-25 14:47:42Z pierre $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: damir <damir@archlinux.org> pkgname=qsynth pkgver=0.3.6 -pkgrel=1 +pkgrel=2 pkgdesc="Qt GUI for FluidSynth" arch=('i686' 'x86_64') url="http://qsynth.sourceforge.net/" @@ -19,6 +19,10 @@ build() { ./configure --prefix=/usr make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir/" install } |