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

Jan de Groot jgc at archlinux.org
Thu Sep 18 20:56:21 UTC 2014


    Date: Thursday, September 18, 2014 @ 22:56:21
  Author: jgc
Revision: 222022

archrelease: copy trunk to gnome-unstable-any

Added:
  mm-common/repos/gnome-unstable-any/
  mm-common/repos/gnome-unstable-any/PKGBUILD
    (from rev 222021, mm-common/trunk/PKGBUILD)

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

Copied: mm-common/repos/gnome-unstable-any/PKGBUILD (from rev 222021, mm-common/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2014-09-18 20:56:21 UTC (rev 222022)
@@ -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