[arch-commits] Commit in mash/repos (4 files)
Jan Steffens
heftig at archlinux.org
Fri Sep 2 13:21:17 UTC 2011
Date: Friday, September 2, 2011 @ 09:21:16
Author: heftig
Revision: 136860
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
mash/repos/gnome-unstable-i686/
mash/repos/gnome-unstable-i686/PKGBUILD
(from rev 136859, mash/trunk/PKGBUILD)
mash/repos/gnome-unstable-x86_64/
mash/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 136859, mash/trunk/PKGBUILD)
--------------------------------+
gnome-unstable-i686/PKGBUILD | 26 ++++++++++++++++++++++++++
gnome-unstable-x86_64/PKGBUILD | 26 ++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
Copied: mash/repos/gnome-unstable-i686/PKGBUILD (from rev 136859, mash/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2011-09-02 13:21:16 UTC (rev 136860)
@@ -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
+}
Copied: mash/repos/gnome-unstable-x86_64/PKGBUILD (from rev 136859, mash/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2011-09-02 13:21:16 UTC (rev 136860)
@@ -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
+}
More information about the arch-commits
mailing list