mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/simutrans to 120.0.1-2
This commit is contained in:
parent
3557b6a2b0
commit
632dff0e6f
1 changed files with 6 additions and 3 deletions
|
@ -11,11 +11,11 @@
|
|||
pkgname=simutrans
|
||||
pkgver=120.0.1
|
||||
_pkgver=120-0-1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="An open source transportation simulation game"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://simutrans.com/"
|
||||
license=('PerlArtistic')
|
||||
license=('custom:Artistic')
|
||||
depends=('gcc-libs' 'zlib' 'sdl_mixer' 'bzip2' 'simutrans-pak64')
|
||||
makedepends=('imagemagick' 'dos2unix')
|
||||
optdepends=('timidity++: play MIDI music')
|
||||
|
@ -66,9 +66,12 @@ package() {
|
|||
|
||||
#data
|
||||
mkdir -p "$pkgdir/usr/share/games/$pkgname"
|
||||
cp -r "$pkgname"/{config,font,music,text,themes} "$pkgdir/usr/share/games/$pkgname"
|
||||
cp -r $pkgname/{config,font,music,text,themes} "$pkgdir/usr/share/games/$pkgname"
|
||||
|
||||
#desktop file and icon
|
||||
install -Dm644 simutrans.png "$pkgdir/usr/share/pixmaps/simutrans.png"
|
||||
install -Dm644 simutrans.desktop "$pkgdir/usr/share/applications/simutrans.desktop"
|
||||
|
||||
#license
|
||||
install -Dm644 simutrans/license.txt "$pkgdir/usr/share/licenses/simutrans/license.txt"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue