# $Id: PKGBUILD 79629 2012-11-09 09:55:35Z ibiru $ # Maintainer : Ionut Biru # Contributor: neodreams pkgname=giggle pkgver=0.7 pkgrel=1 pkgdesc="Git repository viewer" arch=('i686' 'x86_64') url="http://live.gnome.org/giggle" license=('GPL') depends=('git' 'gtksourceview3' 'vte3') makedepends=('intltool' 'itstool') source=(http://ftp.gnome.org/pub/GNOME/sources/giggle/0.7/$pkgname-$pkgver.tar.xz) options=(!libtool) install=giggle.install sha256sums=('ae2e2237fa0d0999d99d0a0ee9b7ec147e80bd2472d59a045b2b01eb02261f59') build() { cd $pkgname-$pkgver ./configure \ --prefix=/usr make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install }