# $Id: PKGBUILD 67795 2012-03-14 13:16:30Z giovanni $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Mateusz Herych <heniekk@gmail.com>
# Contributed by Bjorn Lindeijer <bjorn lindeijer nl>

pkgname=tmwmusic
pkgver=0.3
pkgrel=2
pkgdesc="The music of The Mana World, separately packaged because of its size."
arch=('any')
url="http://themanaworld.org"
license=('GPL')
depends=('tmw')
source=(http://downloads.sourceforge.net/sourceforge/themanaworld/$pkgname-$pkgver.tar.gz)
md5sums=('6a811e367ba9fbec0f1a77009eed1079')

package() {
  cd $srcdir/$pkgname-$pkgver
  install -d $pkgdir/usr/share/tmw/data/music
  install --mode=644 data/music/* $pkgdir/usr/share/tmw/data/music
}
