Skip to content

Commit

Permalink
modified: qloud/PKGBUILD updated to v0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
masutu committed Jul 25, 2011
1 parent 581a2c7 commit c85a30d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions qloud/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
# Contributor: masutu < masutu dot arch dot googlemail dot com >
# Maintainer: masutu < masutu dot arch dot googlemail dot com >
pkgname=qloud
pkgver=0.23
pkgver=0.30
pkgrel=1
pkgdesc="A tool to measure a loudspeaker frequency response and distortions."
arch=(i686)
url="http://gaydenko.com/qloud"
license=('GPL')
depends=('fftw' 'jack' 'qwt')
source=($url/download/$pkgname-$pkgver.tar.bz2)
md5sums=('ec80019fdb265f444e8cabee867dfdc9')
md5sums=('9a789217671761934a79755b3d245bac')

build() {
cd "$srcdir/$pkgname-$pkgver"
sed -i -e 's/usr\/include\/qwt-qt4/usr\/include\/qwt/' \
-e 's/lqwt-qt4/lqwt/' src/src.pro
cd "$srcdir/$pkgname-0.3"
qmake
make
}

package() {
cd "$srcdir/$pkgname-$pkgver"
cd "$srcdir/$pkgname-0.3"
install -Dm755 bin/qloud $pkgdir/usr/bin/qloud
install -Dm755 README $pkgdir/usr/share/$pkgname/README
}
Expand Down

0 comments on commit c85a30d

Please sign in to comment.