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

Jan de Groot jgc at archlinux.org
Thu Oct 18 19:27:28 UTC 2012


    Date: Thursday, October 18, 2012 @ 15:27:27
  Author: jgc
Revision: 169236

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

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

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

Copied: gnome-common/repos/testing-any/PKGBUILD (from rev 169138, gnome-common/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2012-10-18 19:27:27 UTC (rev 169236)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-common
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="Common development macros for GNOME"
+arch=(any)
+license=('GPL')
+url="http://www.gnome.org"
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e10f09de06bddcc8f980422e3bfdcd8185eee7f1eae11543a765ec8e764b8d95')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list