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

Jan de Groot jgc at archlinux.org
Fri Sep 26 10:53:56 UTC 2014


    Date: Friday, September 26, 2014 @ 12:53:56
  Author: jgc
Revision: 223059

db-move: moved mm-common from [gnome-unstable] to [testing] (any)

Added:
  mm-common/repos/testing-any/
  mm-common/repos/testing-any/PKGBUILD
    (from rev 223030, mm-common/repos/gnome-unstable-any/PKGBUILD)
Deleted:
  mm-common/repos/gnome-unstable-any/

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

Copied: mm-common/repos/testing-any/PKGBUILD (from rev 223030, mm-common/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2014-09-26 10:53:56 UTC (rev 223059)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=mm-common
+pkgver=0.9.7
+pkgrel=1
+pkgdesc="Common build files of the C++ bindings"
+arch=('any')
+url="http://gtkmm.org"
+depends=('sh')
+license=('GPL2')
+source=(http://download.gnome.org/sources/mm-common/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('78f47336f3bdf034a384c59a39cc9f0d566e69e36aa7c9ee3ec0bb6a94bf8b3e')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list