PKGBUILDs/community/tmwmusic/PKGBUILD
2009-10-09 21:15:33 -05:00

18 lines
614 B
Bash

# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
# Contributed by Bjorn Lindeijer <bjorn lindeijer nl>
pkgname=tmwmusic
pkgver=0.2
pkgrel=1
pkgdesc="The music of The Mana World, separately packaged because of its size."
arch=('i686' 'x86_64')
url="http://themanaworld.org"
license=('GPL')
depends=('tmw')
source=(http://downloads.sourceforge.net/sourceforge/themanaworld/$pkgname-$pkgver.tar.gz)
md5sums=('66c9141d48a7e2ac34e7ab66298ee73c')
build() {
cd $startdir/src/$pkgname-$pkgver
install -d $startdir/pkg/usr/share/tmw/data/music
install --mode=644 data/music/* $startdir/pkg/usr/share/tmw/data/music
}