[arch-commits] Commit in gtkglarea (trunk trunk/PKGBUILD)

Connor Behan cbehan at nymeria.archlinux.org
Wed Sep 18 04:15:20 UTC 2013


    Date: Wednesday, September 18, 2013 @ 06:15:20
  Author: cbehan
Revision: 97327

upgpkg: gtkglarea 2.0.1-3

Update to 2.0.1-3

Added:
  gtkglarea/trunk/
  gtkglarea/trunk/PKGBUILD

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Added: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	                        (rev 0)
+++ trunk/PKGBUILD	2013-09-18 04:15:20 UTC (rev 97327)
@@ -0,0 +1,32 @@
+# Maintainer: Connor Behan <connor.behan at gmail.com>
+# Contributor: Andreas B. Wagner <AndreasBWagner at pointfree.net>
+# Contributor: arjan <arjan at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at 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
+}


Property changes on: gtkglarea/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list