updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / guitone / PKGBUILD
blobf5d234feb879455c64c8248fb8ca040a01467e0c
1 # Maintainer: skydrome <irc.freenode.net/#archlinux>
2 # Contributor: Gour <gour@gour-nitai.com>
3 pkgname=guitone
4 pkgver=1.0rc5
5 pkgrel=1
6 pkgdesc="qt frontend for monotone"
7 url="https://guitone.thomaskeller.biz"
8 arch=('i686' 'x86_64')
9 license=('GPL3')
10 depends=('monotone>=0.99.1' 'qt>=4.6.0')
11 makedepends=()
12 conflicts=()
13 replaces=()
14 backup=()
15 install=
16 source=(http://guitone.thomaskeller.biz/count.php/from=default/${pkgver}/${pkgname}-${pkgver}.tgz)
17 md5sums=('3f27c55d1ec3d4c75a566e0b3c88af8a')
19 build() {
20   cd ${srcdir}/${pkgname}-${pkgver}
21   qmake guitone.pro PREFIX=/usr || return 1
22   make || return 1
23   make INSTALL_ROOT=${pkgdir} install