# $Id: PKGBUILD 65306 2012-02-20 20:13:52Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>

pkgname=fillets-ng-data
pkgver=1.0.0
pkgrel=2
pkgdesc="Data files for the port of the wonderful puzzle game Fish Fillets"
url="http://fillets.sf.net/"
arch=('any')
license=('GPL')
changelog=$pkgname.changelog
source=(http://downloads.sourceforge.net/fillets/$pkgname-$pkgver.tar.gz)
sha256sums=('ad475a60cc96e8f5f55a7b264c390264898f1891b6ff096cc617e24d75dffd45')

package() {
  cd ${srcdir}/$pkgname-$pkgver

  install -d ${pkgdir}/usr/share/fillets-ng
  cp -r ${srcdir}/$pkgname-$pkgver/* ${pkgdir}/usr/share/fillets-ng
}
