Date: Tuesday, August 30, 2011 @ 17:35:09 Author: ibiru Revision: 136611
add cogl Added: cogl/ cogl/trunk/ cogl/trunk/PKGBUILD ----------+ PKGBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) Added: cogl/trunk/PKGBUILD =================================================================== --- cogl/trunk/PKGBUILD (rev 0) +++ cogl/trunk/PKGBUILD 2011-08-30 21:35:09 UTC (rev 136611) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Ionut Biru <[email protected]> +pkgname=cogl +pkgver=1.7.6 +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.7/$pkgname-$pkgver.tar.xz) +sha256sums=('4dd97260ecf464753f9daa30e10ee9d160b323515811b73bef8d84d3274ae072') + +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: Property changes on: cogl/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords + Id
