# $Id: PKGBUILD 139297 2011-10-01 18:57:47Z ibiru $
# Maintainer: Jan de Groot <jgc@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
}
