updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / frescobaldi / PKGBUILD
blob2bf885682f6f1ca6a25ab15fae667e3d2b5ed179
1 # Contributor: David Virgilio <drvirgilio@gmail.com>
2 # Contributor: David Zaragoza <david@zaragoza.com.ve>
4 pkgname=frescobaldi
5 pkgver=2.0.0
6 pkgrel=3
7 pkgdesc="A LilyPond sheet music editor for KDE4. It aims to be powerful, yet lightweight and easy to use."
8 arch=('i686' 'x86_64')
9 url="http://www.frescobaldi.org/" 
10 license="GPL"
11 depends=('lilypond' 'poppler' 'python2>=2.4.0' 'python2-poppler-qt' 'python2-pyqt' 'qt')
12 optdepends=('rumor')
13 install=
14 makedepends=('automoc4' 'cmake' 'docbook-xsl')
15 source=(https://github.com/downloads/wbsoft/frescobaldi/$pkgname-$pkgver.tar.gz)
16 md5sums=('90541f174239722ffb2e8bc158a6f1d6')
18 build() { 
19   cd $startdir/src/$pkgname-$pkgver
20   python2 setup.py install --root="$pkgdir/" --optimize=1