summaryrefslogtreecommitdiff
path: root/community/giggle/PKGBUILD
blob: ecbf47b18c00e0258f4e996163d6cfacae224ddc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# $Id: PKGBUILD 28719 2010-10-04 19:55:45Z tdziedzic $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: neodreams <yanbrodeur@gmail.com>

pkgname=giggle
pkgver=0.5
pkgrel=4
pkgdesc="Graphical frontend for the git directory tracker (think of gitk on GTK+)."
arch=('i686' 'x86_64')
url="http://live.gnome.org/giggle"
license=('GPL')
depends=('git' 'gtksourceview2')
makedepends=('intltool' 'vte' 'evolution-data-server>=2.30.2.1')
optdepends=('vte: for terminal plugin support'
	    'evolution-data-server: details autocompletion')
source=(http://ftp.gnome.org/pub/GNOME/sources/giggle/0.5/${pkgname}-${pkgver}.tar.bz2)
options=(!libtool)
install=giggle.install
sha256sums=('2e2c70d25159d31c87d155c9f799e0f1feb30fe26fc8aaf207ca6b3bd9b2b259')

build() {
  cd "${srcdir}/${pkgname}-${pkgver}"

  ./configure \
    --prefix=/usr

  make
}

package() {
  cd "${srcdir}/${pkgname}-${pkgver}"

  make DESTDIR="${pkgdir}" install
}