Date: Friday, March 25, 2011 @ 16:20:57 Author: ibiru Revision: 116756
initial commit. needed by cheese Added: mx/ mx/repos/ mx/trunk/ mx/trunk/PKGBUILD ----------+ PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) Added: mx/trunk/PKGBUILD =================================================================== --- mx/trunk/PKGBUILD (rev 0) +++ mx/trunk/PKGBUILD 2011-03-25 20:20:57 UTC (rev 116756) @@ -0,0 +1,28 @@ +# $Id$ +# Contributor: Andrea Scarpino <[email protected]> +# Contributor: Guenther Wutz <[email protected]> + +pkgname=mx +pkgver=1.0.4 +pkgrel=1 +pkgdesc="A widget toolkit using Clutter" +arch=('i686' 'x86_64') +url="http://www.clutter-project.org" +license=('LGPL') +depends=('clutter' 'libxrandr' 'dbus-glib' 'gtk2' 'startup-notification') +makedepends=('intltool' 'gobject-introspection') +options=('!libtool') +source=("http://source.clutter-project.org/sources/$pkgname/1.0/$pkgname-$pkgver.tar.bz2") +sha256sums=('b0ed87865eff2280b0aad43d30ca68c829fd20f9fcc5ba961d16b9f8d1a784e2') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Property changes on: mx/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords + Id
