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

Ionut Biru ibiru at archlinux.org
Wed Sep 28 19:30:26 UTC 2011


    Date: Wednesday, September 28, 2011 @ 15:30:25
  Author: ibiru
Revision: 138918

db-move: moved gnome-games-extra-data from [gnome-unstable] to [testing] (any)

Added:
  gnome-games-extra-data/repos/testing-any/
  gnome-games-extra-data/repos/testing-any/PKGBUILD
    (from rev 138832, gnome-games-extra-data/repos/gnome-unstable-any/PKGBUILD)
Deleted:
  gnome-games-extra-data/repos/gnome-unstable-any/

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

Copied: gnome-games-extra-data/repos/testing-any/PKGBUILD (from rev 138832, gnome-games-extra-data/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2011-09-28 19:30:25 UTC (rev 138918)
@@ -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