From c81b3455112a3b09a8341fc8c45a91bd92c15a12 Mon Sep 17 00:00:00 2001 From: Parabola Date: Mon, 6 Jun 2011 14:37:09 +0000 Subject: Mon Jun 6 14:37:05 UTC 2011 --- community-testing/gource/PKGBUILD | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 community-testing/gource/PKGBUILD (limited to 'community-testing/gource/PKGBUILD') diff --git a/community-testing/gource/PKGBUILD b/community-testing/gource/PKGBUILD deleted file mode 100644 index 2c357a634..000000000 --- a/community-testing/gource/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $Id: PKGBUILD 47914 2011-05-26 01:27:25Z svenstaro $ -# Maintainer: Sven-Hendrik Haase -# Contributor: Jose Valecillos -# Contributor: Olivier Ramonat -pkgname=gource -pkgver=0.34 -pkgrel=2 -pkgdesc="software version control visualization" -license=(GPL3) -arch=(i686 x86_64) -url=http://code.google.com/p/gource/ -depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew') -source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz) -md5sums=('292a62d687874e871067e985d717d71a') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - ./configure --prefix=/usr - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - - make DESTDIR=$pkgdir install -} -# vim: ts=2:sw=2 et: -- cgit v1.2.3-54-g00ecf