[arch-commits] Commit in gource/repos (4 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Wed Apr 22 21:43:30 UTC 2015
Date: Wednesday, April 22, 2015 @ 23:43:30
Author: svenstaro
Revision: 132009
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
gource/repos/community-staging-i686/
gource/repos/community-staging-i686/PKGBUILD
(from rev 132008, gource/trunk/PKGBUILD)
gource/repos/community-staging-x86_64/
gource/repos/community-staging-x86_64/PKGBUILD
(from rev 132008, gource/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 29 +++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 29 +++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
Copied: gource/repos/community-staging-i686/PKGBUILD (from rev 132008, gource/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-22 21:43:30 UTC (rev 132009)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Jose Valecillos <valecillosjg (at) gmail (dot) com>
+# Contributor: Olivier Ramonat <olivier at ramonat dot fr>
+pkgname=gource
+pkgver=0.43
+pkgrel=4
+pkgdesc="software version control visualization"
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
+md5sums=('d2b601782692301f6d8ecc97dc85d3f7')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir" install
+}
+# vim: ts=2:sw=2 et:
Copied: gource/repos/community-staging-x86_64/PKGBUILD (from rev 132008, gource/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-04-22 21:43:30 UTC (rev 132009)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Jose Valecillos <valecillosjg (at) gmail (dot) com>
+# Contributor: Olivier Ramonat <olivier at ramonat dot fr>
+pkgname=gource
+pkgver=0.43
+pkgrel=4
+pkgdesc="software version control visualization"
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
+md5sums=('d2b601782692301f6d8ecc97dc85d3f7')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir" install
+}
+# vim: ts=2:sw=2 et:
More information about the arch-commits
mailing list