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

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:35:57 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:35:57
  Author: heftig
Revision: 155220

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

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

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

Copied: mash/repos/testing-x86_64/PKGBUILD (from rev 155005, mash/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-01 11:35:57 UTC (rev 155220)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=mash
+pkgver=0.2.0
+pkgrel=1
+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.xz)
+sha256sums=('fd4089e2974a1a57f9ba209a0a47924ed157da9fc9a3d65f68a6b9fdca353ccc')
+
+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