games-strategy/ja2-stracciatella-data: initial import

This commit is contained in:
Julian Ospald 2016-05-26 03:22:26 +02:00
parent 45db8e0d8c
commit 1726403861
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
2 changed files with 62 additions and 0 deletions

21
licences/SIR-TECH Normal file
View File

@ -0,0 +1,21 @@
(c) Copyright 1999 by Sir-tech Canada Ltd. All right reserved.
Jagged Alliance is a registered trademark of 1259191 Ontario Inc.
By accepting the terms of this agreement, you are granted the right by
Titan Computer, Limited to use one copy of the enclosed software program. You
may not rent or lease it, disassemble, decompile, reverse engineer or modify
the software in any way.
The enclosed software program, libraries, graphics, and all written material
are the sole property of Sirtech Canada Limited and its suppliers, and are
protected under the copyright laws of the Canada and all International
Treaties.
This software product is sold AS IS, and Titan Computer, Sirtech,
Tribsoft Inc., its suppliers, dealers or distributors make no warranty with
respect to the performance, quality, merchantability or fitness for any purpose
of the software.
Any change, deviation or exemption from the conditions expressed in this
license agreement must be authorized in writing by Titan Computer or
Sirtech Canada, Limited.

View File

@ -0,0 +1,41 @@
# Copyright 2016 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2
SUMMARY="Jagged Alliance 2 data files (GOG)"
HOMEPAGE="https://www.gog.com/game/jagged_alliance_2"
JA2_EXE="setup_jagged_alliance2_2.0.0.12.exe"
DOWNLOADS="manual: ${JA2_EXE}"
LICENCES="SIR-TECH GOG-EULA"
SLOT="0"
PLATFORMS="~amd64 ~x86"
MYOPTIONS=""
RESTRICT="fetch"
DEPENDENCIES="
build:
app-arch/innoextract
"
BUGS_TO="hasufell@posteo.de"
WORK=${WORKBASE}
pkg_nofetch() {
einfo
einfo "Please buy Jagged Alliance 2 from"
einfo "${HOMEPAGE} and"
einfo "download \"${JA2_EXE}\""
einfo "and move/link it to \"${FETCHEDDIR}\""
einfo
}
src_unpack() {
edo innoextract --lowercase "${FETCHEDDIR}/${JA2_EXE}"
}
src_install() {
insinto /usr/share/ja2
doins -r "${WORK}"/app/data
}