Skip to content

Commit

Permalink
added clutter
Browse files Browse the repository at this point in the history
  • Loading branch information
jensp committed Oct 27, 2009
1 parent 0d7cf20 commit fbe9b47
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions extra/clutter/PKGBUILD
@@ -0,0 +1,24 @@
# Maintainer: Jens Pranaitis <jens@chaox.net>
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>

pkgname=clutter
pkgver=1.0.8
pkgrel=1
pkgdesc="A GObject based library for creating fast, visually rich graphical user interfaces"
arch=('i586' 'i686' 'x86_64')
url="http://clutter-project.org/"
options=('!libtool')
license=('LGPL')
depends=('gtk2>=2.18.2' 'mesa>=7.5.1' 'pango>=1.26.0-2')
makedepends=('gobject-introspection')
source=(http://www.clutter-project.org/sources/clutter/1.0/clutter-${pkgver}.tar.bz2)
md5sums=('687f9699ea5590091282034a936c6dc7')

build() {
cd "${srcdir}/clutter-${pkgver}"
./configure --prefix=/usr --enable-introspection || return 1
make || return 1
make DESTDIR="${pkgdir}" install || return 1
}

0 comments on commit fbe9b47

Please sign in to comment.