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

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:32:50 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:32:50
  Author: heftig
Revision: 155100

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 155005, 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 155005, gnome-common/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2012-04-01 11:32:50 UTC (rev 155100)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-common
+pkgver=3.4.0.1
+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=('3d92a5d1dae550c409f644d87a4bba17342e14fb11ce8b1e58757ce35f3a46f7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list