[arch-commits] Commit in gnome-games-extra-data/repos (2 files)

Ionut Biru ibiru at archlinux.org
Wed Sep 21 15:48:17 UTC 2011


    Date: Wednesday, September 21, 2011 @ 11:48:16
  Author: ibiru
Revision: 138406

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-games-extra-data/repos/gnome-unstable-any/
  gnome-games-extra-data/repos/gnome-unstable-any/PKGBUILD
    (from rev 138405, gnome-games-extra-data/trunk/PKGBUILD)

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

Copied: gnome-games-extra-data/repos/gnome-unstable-any/PKGBUILD (from rev 138405, gnome-games-extra-data/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2011-09-21 15:48:16 UTC (rev 138406)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-games-extra-data
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="Optional extra data for gnome-games"
+arch=(any)
+license=('GPL')
+depends=('gnome-games')
+url="http://www.gnome.org"
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('1c3d942c3cf3e9092b72ec30b3e7ad74b19d8526103c6785993011aac1a95757')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list