updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / gitg3 / PKGBUILD
blob63cd0e11ac1716ab01447f50d226b16be536fbc9
1 # Maintainer: Blaž Tomžič <blaz.tomazic@gmail.com>
2 # Contributor: Brad Fanella <bradfanella@archlinux.us>
3 # Contributor: Thomas Dziedzic < gostrc at gmail >
4 # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
5 # Contributor: M Rawash <mrawash@gmail.com>
6 # Contributor: DonVla <donvla@users.sourceforge.net>
8 pkgname=gitg3
9 _realpkgname=gitg
10 pkgver=0.2.2
11 pkgrel=2
12 pkgdesc='A GIT repository viewer based on GTK+'
13 arch=('i686' 'x86_64')
14 url='http://trac.novowork.com/gitg/'
15 license=('GPL')
16 depends=('dconf' 'gtksourceview3' 'git' 'desktop-file-utils' 'gsettings-desktop-schemas')
17 makedepends=('intltool')
18 conflicts=('gitg')
19 install="${_realpkgname}.install"
20 source=("ftp://ftp.gnome.org/pub/GNOME/sources/gitg/0.2/${_realpkgname}-${pkgver}.tar.bz2")
21 sha256sums=('cfa1b1d2bdd1211c09e00dca42130ea98e98fde576d85e18eabfde1802d0d04a')
23 build() {
24         cd ${_realpkgname}-${pkgver}
26         ./configure \
27                 --prefix=/usr
28         make
31 package() {
32         cd ${_realpkgname}-${pkgver}
34         make DESTDIR=${pkgdir} install