[arch-commits] Commit in mash/repos (extra-i686 extra-i686/PKGBUILD testing-i686)

Ionut Biru ibiru at archlinux.org
Sat Oct 1 19:00:18 UTC 2011


    Date: Saturday, October 1, 2011 @ 15:00:18
  Author: ibiru
Revision: 139392

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

Added:
  mash/repos/extra-i686/
  mash/repos/extra-i686/PKGBUILD
    (from rev 139207, mash/repos/testing-i686/PKGBUILD)
Deleted:
  mash/repos/testing-i686/

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

Copied: mash/repos/extra-i686/PKGBUILD (from rev 139207, mash/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-10-01 19:00:18 UTC (rev 139392)
@@ -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