[arch-commits] Commit in (mash mash/repos mash/trunk mash/trunk/PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Sep 2 13:20:05 UTC 2011


    Date: Friday, September 2, 2011 @ 09:20:05
  Author: heftig
Revision: 136859

Add mash

Added:
  mash/
  mash/repos/
  mash/trunk/
  mash/trunk/PKGBUILD

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

Added: mash/trunk/PKGBUILD
===================================================================
--- mash/trunk/PKGBUILD	                        (rev 0)
+++ mash/trunk/PKGBUILD	2011-09-02 13:20:05 UTC (rev 136859)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+
+pkgname=mash
+pkgver=0.1.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.bz2)
+sha256sums=('81f4b01d5661010dd742d4a82f9af4555624601ba3fb4e0780cfe2b34c13c24f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


Property changes on: mash/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list