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

Jan de Groot jgc at nymeria.archlinux.org
Mon Mar 24 13:17:33 UTC 2014


    Date: Monday, March 24, 2014 @ 14:17:33
  Author: jgc
Revision: 208544

archrelease: copy trunk to gnome-unstable-any

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

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

Copied: gnome-common/repos/gnome-unstable-any/PKGBUILD (from rev 208543, gnome-common/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2014-03-24 13:17:33 UTC (rev 208544)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-common
+pkgver=3.12.0
+pkgrel=1
+pkgdesc="Common development macros for GNOME"
+arch=(any)
+depends=('sh')
+license=('GPL')
+url="http://www.gnome.org"
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('18712bc2df6b2dd88a11b9f7f874096d1c0c6e7ebc9cfc0686ef963bd590e1d8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list