From 66514d46842976bb66aba3a7c477787a7fe6096e Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 21 Sep 2015 19:09:35 -0300 Subject: performous-freesongs: add new package to [libre] --- libre/performous-freesongs/PKGBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 libre/performous-freesongs/PKGBUILD diff --git a/libre/performous-freesongs/PKGBUILD b/libre/performous-freesongs/PKGBUILD new file mode 100644 index 000000000..2f7c7c2a1 --- /dev/null +++ b/libre/performous-freesongs/PKGBUILD @@ -0,0 +1,26 @@ +# $Id: PKGBUILD 115364 2014-07-09 12:52:40Z fyan $ +# Maintainer (Arch) : Laurent Carlier +# Maintainer : André Silva + +pkgname=performous-freesongs +pkgver=20100713 +pkgrel=3.parabola1 +pkgdesc="A collection of free songs for performous game, without nonfree songs" +url="http://performous.org/songs.html" +arch=('any') +license=('GPL' 'CCPL') +mksource=(http://sourceforge.net/projects/performous/files/ultrastar-songs-libre/3/ultrastar-songs-libre-3.zip) +source=(https://repo.parabola.nu/other/${pkgname}-libre/${pkgname}-libre-${pkgver}.tar.xz) +mkmd5sums=('350226f3f971b45666b421e2e782273b') +md5sums=('83ad7ef387473ed755b89b21f9b67f2a') + +mksource() { + # remove nonfree songs + rm -rv ${srcdir}/songs/libre/Thor\ -\ Free\ Software\ Song/ +} + +package() { + install -d ${pkgdir}/usr/share/performous/songs + cp -r ${srcdir}/songs ${pkgdir}/usr/share/performous/songs +} + -- cgit v1.2.3-54-g00ecf