Date: Wednesday, September 18, 2013 @ 06:16:36
  Author: cbehan
Revision: 97328

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gtkglarea/repos/
  gtkglarea/repos/community-i686/
  gtkglarea/repos/community-i686/PKGBUILD
    (from rev 97327, gtkglarea/trunk/PKGBUILD)
  gtkglarea/repos/community-x86_64/
  gtkglarea/repos/community-x86_64/PKGBUILD
    (from rev 97327, gtkglarea/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: gtkglarea/repos/community-i686/PKGBUILD (from rev 97327, 
gtkglarea/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD                               (rev 0)
+++ repos/community-i686/PKGBUILD       2013-09-18 04:16:36 UTC (rev 97328)
@@ -0,0 +1,32 @@
+# Maintainer: Connor Behan <connor.be...@gmail.com>
+# Contributor: Andreas B. Wagner <andreasbwag...@pointfree.net>
+# Contributor: arjan <ar...@archlinux.org>
+# Contributor: Tom Newsom <jeeps...@gmx.co.uk>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+
+pkgname=gtkglarea
+pkgver=2.0.1
+pkgrel=3
+pkgdesc="GTK/GL Area libraries"
+arch=('i686' 'x86_64')
+url="http://mono-project.com/GtkGLArea";
+license=('GPL')
+depends=('gtk2' 'glu')
+options=('!libtool')
+source=("http://ftp.gnome.org/pub/GNOME/sources/$pkgname/2.0/$pkgname-$pkgver.tar.gz";)
+md5sums=('2a81a86cfa80a920a5454dd00fad2e1d')
+
+build() {
+       cd "$srcdir/$pkgname-$pkgver"
+
+       # DSO link fix
+       LDFLAGS+=" -lm" \
+               ./configure --prefix=/usr \
+               --enable-static=no
+       make
+}
+
+package() {
+       cd "$srcdir/$pkgname-$pkgver"
+       make DESTDIR="$pkgdir/" install
+}

Copied: gtkglarea/repos/community-x86_64/PKGBUILD (from rev 97327, 
gtkglarea/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD                             (rev 0)
+++ repos/community-x86_64/PKGBUILD     2013-09-18 04:16:36 UTC (rev 97328)
@@ -0,0 +1,32 @@
+# Maintainer: Connor Behan <connor.be...@gmail.com>
+# Contributor: Andreas B. Wagner <andreasbwag...@pointfree.net>
+# Contributor: arjan <ar...@archlinux.org>
+# Contributor: Tom Newsom <jeeps...@gmx.co.uk>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+
+pkgname=gtkglarea
+pkgver=2.0.1
+pkgrel=3
+pkgdesc="GTK/GL Area libraries"
+arch=('i686' 'x86_64')
+url="http://mono-project.com/GtkGLArea";
+license=('GPL')
+depends=('gtk2' 'glu')
+options=('!libtool')
+source=("http://ftp.gnome.org/pub/GNOME/sources/$pkgname/2.0/$pkgname-$pkgver.tar.gz";)
+md5sums=('2a81a86cfa80a920a5454dd00fad2e1d')
+
+build() {
+       cd "$srcdir/$pkgname-$pkgver"
+
+       # DSO link fix
+       LDFLAGS+=" -lm" \
+               ./configure --prefix=/usr \
+               --enable-static=no
+       make
+}
+
+package() {
+       cd "$srcdir/$pkgname-$pkgver"
+       make DESTDIR="$pkgdir/" install
+}

Reply via email to