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

Jan Steffens heftig at archlinux.org
Wed Mar 28 10:49:30 UTC 2012


    Date: Wednesday, March 28, 2012 @ 06:49:30
  Author: heftig
Revision: 154424

archrelease: copy trunk to gnome-unstable-any

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

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

Copied: gnome-common/repos/gnome-unstable-any/PKGBUILD (from rev 154423, gnome-common/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2012-03-28 10:49:30 UTC (rev 154424)
@@ -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