updated on Fri Jan 13 04:01:25 UTC 2012
[aur-mirror.git] / qosmic / PKGBUILD
blobe089c05599c619fcc0b4359962460e72657f0dac
1 # Contributor: Anton Bazhenov <anton.bazhenov at gmail>
2 # Contributor: Nick B <Shirakawasuna at gmail _dot_com>
3 # Maintainer: mar77i <mysatyre at gmail dot com>
5 pkgname=qosmic
6 pkgver=1.5.0
7 pkgrel=1
8 pkgdesc="An application for creating, editing, and rendering flam3 fractal images"
9 arch=('i686' 'x86_64')
10 url="http://code.google.com/p/qosmic/"
11 license=('GPL')
12 depends=('qt' 'lua' 'flam3')
13 source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.bz2")
14 md5sums=('806d6ffc00a073d47d47fc70ca0de868')
17 build() {
18   cd "$srcdir/$pkgname-$pkgver"
19   sed -i "s@^\(.*link_pkgconfig\)\$@# \1@g; s_PREFIX = /usr_PREFIX = $pkgdir/usr_g; s_DESTDIR = ._DESTDIR = _g" qosmic.pro
20   qmake
21   make
22   make DESTDIR="$pkgdir" install