desktop/performous-songs/PKGBUILD
2012-05-05 13:39:38 +00:00

20 lines
625 B
Bash

#
# Games Packages for Chakra, part of chakra-project.org
#
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
pkgname=performous-songs
pkgver=20110130
pkgrel=1
pkgdesc="A collection of free songs for performous game."
url="http://performous.org/songs.html"
arch=('any')
license=('CCPL:by-sa')
changelog=ChangeLog
source=('http://sourceforge.net/projects/performous/files/ultrastar-songs-libre/3/ultrastar-songs-libre-3.zip')
md5sums=('350226f3f971b45666b421e2e782273b')
package() {
install -d ${pkgdir}/usr/share/performous/songs
cp -r ${srcdir}/songs ${pkgdir}/usr/share/performous/songs
}