aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openttd-opensfx/APKBUILD
blob: 4931691ba05d1c1d6da39cf7af471fb503a8085d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Contributor: Adrian Siekierka <kontakt@asie.pl>
# Maintainer: Adrian Siekierka <kontakt@asie.pl>
pkgname=openttd-opensfx
pkgver=0.2.3
pkgrel=0
pkgdesc="Free sound effect set for OpenTTD"
url="http://openttd.org/"
arch="noarch"
license="CC-SamplingPlus-1.0"
depends=""
makedepends=""
source="https://binaries.openttd.org/extra/opensfx/$pkgver/opensfx-$pkgver-all.zip"
builddir="$srcdir/opensfx-$pkgver"

package() {
	cd "$builddir"

	mkdir -p "$pkgdir/usr/share/games/openttd/data"
	install -Dm644 *.cat *.obs "$pkgdir/usr/share/games/openttd/data"
}

sha512sums="ee4f4659201f1b6829fcea3c66416573d11e50988ef33452c2e9867bee8e68ddbf978ca805802b2b4188c624e814816300e69c8b78bb80c9604841be706c96cc  opensfx-0.2.3-all.zip"