[add] dreamweb-de 1.0

This commit is contained in:
Carsten Teibes 2014-01-25 02:07:14 +01:00
commit 4fcd3f21c8
3 changed files with 52 additions and 0 deletions

16
.SRCINFO Normal file
View file

@ -0,0 +1,16 @@
pkgbase = dreamweb-de
pkgdesc = A top-down adventure game set in a gritty futuristic dystopian city - german language
pkgver = 1.0
pkgrel = 1
url = http://www.scummvm.org/
arch = any
license = custom: Freeware
depends = scummvm
options = !strip
source = http://downloads.sourceforge.net/scummvm/dreamweb-cd-de-1.0.zip
source = dreamweb-de.sh
sha256sums = 3ee073377dcf1c478946460d13ca96d736b5b0a7f6a97fa93148c525aab6d81f
sha256sums = dc4994ce76ae22cefce421db3b963c53df0466172013f08bd1cb3e1cc900bd12
pkgname = dreamweb-de

33
PKGBUILD Normal file
View file

@ -0,0 +1,33 @@
# Maintainer: carstene1ns <url/mail: arch carsten-teibes de>
# Contributor: Dennis Hamester <dennis.hamester [AT] gmail [DOT] com>
pkgname=dreamweb-de
pkgver=1.0
pkgrel=1
pkgdesc="A top-down adventure game set in a gritty futuristic dystopian city - german language"
arch=('any')
url="http://www.scummvm.org/"
license=('custom: Freeware')
depends=('scummvm')
source=("http://downloads.sourceforge.net/scummvm/dreamweb-cd-de-$pkgver.zip"
"$pkgname.sh")
sha256sums=('3ee073377dcf1c478946460d13ca96d736b5b0a7f6a97fa93148c525aab6d81f'
'dc4994ce76ae22cefce421db3b963c53df0466172013f08bd1cb3e1cc900bd12')
# avoids unnecessary stripping and recompression
options=('!strip')
PKGEXT='.pkg.tar'
package() {
# launcher
install -Dm755 $pkgname.sh "$pkgdir"/usr/bin/$pkgname
# data
install -d "$pkgdir"/usr/share/$pkgname/speech
install -m644 DREAMWEB.* "$pkgdir"/usr/share/$pkgname
install -m644 track01.flac "$pkgdir"/usr/share/$pkgname
install -m644 SPEECH/*.RAW "$pkgdir"/usr/share/$pkgname/speech
rm "$pkgdir"/usr/share/$pkgname/DREAMWEB.EXE
# license
install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}

3
dreamweb-de.sh Normal file
View file

@ -0,0 +1,3 @@
#!/bin/sh
exec scummvm "$@" -p /usr/share/dreamweb-de dreamweb