[arch-commits] Commit in cogl/repos (3 files)

Ionut Biru ibiru at archlinux.org
Sat Oct 1 18:56:15 UTC 2011


    Date: Saturday, October 1, 2011 @ 14:56:15
  Author: ibiru
Revision: 139237

db-move: moved cogl from [testing] to [extra] (x86_64)

Added:
  cogl/repos/extra-x86_64/
  cogl/repos/extra-x86_64/PKGBUILD
    (from rev 139207, cogl/repos/testing-x86_64/PKGBUILD)
Deleted:
  cogl/repos/testing-x86_64/

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

Copied: cogl/repos/extra-x86_64/PKGBUILD (from rev 139207, cogl/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-10-01 18:56:15 UTC (rev 139237)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=cogl
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="An object oriented GL/GLES Abstraction/Utility Layer"
+arch=('i686' 'x86_64')
+url="http://www.clutter-project.org/"
+license=('GPL2')
+depends=('libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango')
+makedepends=('mesa' 'gobject-introspection')
+options=(!libtool)
+source=(http://download.gnome.org/sources/$pkgname/1.8/$pkgname-$pkgver.tar.xz)
+sha256sums=('b1551c129d5570b63e7130971622fc2ab8d4ecbf0dc1773df1c54fa9c1cb0a2c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list