# $Id: PKGBUILD 36479 2011-01-02 19:46:54Z jlichtblau $ # Maintainer: Jaroslav Lichtblau pkgname=fillets-ng-data pkgver=1.0.0 pkgrel=1 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) md5sums=('94684229b554468efe7e0b0cc5185e5e') package() { cd ${srcdir}/$pkgname-$pkgver install -d ${pkgdir}/usr/share/fillets-ng cp -r ${srcdir}/$pkgname-$pkgver/* ${pkgdir}/usr/share/fillets-ng }