summaryrefslogtreecommitdiff
path: root/community-testing/giggle/PKGBUILD
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-05-02 00:29:16 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-05-02 00:29:16 +0000
commit3be02a9acbeb006d9a9e6136c54d91064cc7d80e (patch)
treeade247e1b6c47fbd7362273f59d3ae4f955587a7 /community-testing/giggle/PKGBUILD
parent40f0b1c7106cc1fed13f14e80f083ecd69c416f5 (diff)
Mon May 2 00:29:22 UTC 2011
Diffstat (limited to 'community-testing/giggle/PKGBUILD')
-rw-r--r--community-testing/giggle/PKGBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/community-testing/giggle/PKGBUILD b/community-testing/giggle/PKGBUILD
deleted file mode 100644
index 36fb72bab..000000000
--- a/community-testing/giggle/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 44519 2011-04-08 03:41:57Z tdziedzic $
-# Maintainer : Ionut Biru <ibiru@archlinux.org>
-# Contributor: neodreams <yanbrodeur@gmail.com>
-
-pkgname=giggle
-pkgver=0.5
-pkgrel=5
-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
-}