[arch-commits] Commit in gnome-common/repos (2 files)
Jan de Groot
jgc at archlinux.org
Mon Sep 22 11:37:11 UTC 2014
Date: Monday, September 22, 2014 @ 13:37:10
Author: jgc
Revision: 222648
archrelease: copy trunk to gnome-unstable-any
Added:
gnome-common/repos/gnome-unstable-any/
gnome-common/repos/gnome-unstable-any/PKGBUILD
(from rev 222647, gnome-common/trunk/PKGBUILD)
----------+
PKGBUILD | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
Copied: gnome-common/repos/gnome-unstable-any/PKGBUILD (from rev 222647, gnome-common/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2014-09-22 11:37:10 UTC (rev 222648)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-common
+pkgver=3.14.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=('4c00242f781bb441289f49dd80ed1d895d84de0c94bfc2c6818a104c9e39262c')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list