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

Ionut Biru ibiru at archlinux.org
Wed Sep 28 19:32:33 UTC 2011


    Date: Wednesday, September 28, 2011 @ 15:32:33
  Author: ibiru
Revision: 139013

db-move: moved mash from [gnome-unstable] to [testing] (i686)

Added:
  mash/repos/testing-i686/
  mash/repos/testing-i686/PKGBUILD
    (from rev 138832, mash/repos/gnome-unstable-i686/PKGBUILD)
Deleted:
  mash/repos/gnome-unstable-i686/

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

Copied: mash/repos/testing-i686/PKGBUILD (from rev 138832, mash/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-09-28 19:32:33 UTC (rev 139013)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+
+pkgname=mash
+pkgver=0.1.0
+pkgrel=2
+pkgdesc="A small library for using 3D models within a Clutter scene"
+arch=('i686' 'x86_64')
+url="http://clutter-project.org/"
+options=('!libtool')
+license=('LGPL')
+depends=('clutter')
+makedepends=('gtk-doc' 'gobject-introspection')
+source=(http://www.clutter-project.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('81f4b01d5661010dd742d4a82f9af4555624601ba3fb4e0780cfe2b34c13c24f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list