pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/scummvm-bass add a pkg for "Beneath a Steel Sky"...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d90f93292171
branches:  trunk
changeset: 460142:d90f93292171
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Aug 22 13:22:27 2003 +0000

description:
add a pkg for "Beneath a Steel Sky", a game which is distributed with
the "scummvm" interpreter (the floppy version of the game)

diffstat:

 games/scummvm-bass/DESCR         |   7 +++++++
 games/scummvm-bass/Makefile      |  28 ++++++++++++++++++++++++++++
 games/scummvm-bass/PLIST         |   5 +++++
 games/scummvm-bass/distinfo      |   4 ++++
 games/scummvm-bass/files/bass.sh |   3 +++
 5 files changed, 47 insertions(+), 0 deletions(-)

diffs (67 lines):

diff -r cadb74af77f6 -r d90f93292171 games/scummvm-bass/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/scummvm-bass/DESCR  Fri Aug 22 13:22:27 2003 +0000
@@ -0,0 +1,7 @@
+"Beneath a Steel Sky is a 2D point-and-click science fiction thriller set in a
+bleak vision of the future, originally published for DOS and the Amiga. You are
+Robert Foster, an innocent outsider stranded in a vast city where oppressed
+civilians live and work in soaring tower blocks... whilst the corrupt, covetous
+and rich live underground, safe from all pollution. Alone, save for a robot
+circuit board, Foster must fight for survival - and discover the sinister truth
+behind both his own past and the city he has found himself trapped in."
diff -r cadb74af77f6 -r d90f93292171 games/scummvm-bass/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/scummvm-bass/Makefile       Fri Aug 22 13:22:27 2003 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/08/22 13:22:27 drochner Exp $
+#
+
+DISTNAME=              BASS-Floppy
+PKGNAME=               scummvm-bass-0
+CATEGORIES=            games
+MASTER_SITES=          http://www.mixnmojo.com/bss/
+EXTRACT_SUFX=          .zip
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              http://scummvm.sourceforge.net/
+COMMENT=               Beneath a Steel Sky
+
+WRKSRC=                ${WRKDIR}/sky-floppy
+USE_BUILDLINK2=                yes
+
+BASSDIR=       ${PREFIX}/share/games/bass
+
+do-build:
+       ${SED} "s|@BASSDIR@|${BASSDIR}|" <${FILESDIR}/bass.sh \
+               >${WRKDIR}/bass.sh
+
+do-install:
+       ${INSTALL_DATA_DIR} ${BASSDIR}
+       ${INSTALL_DATA} ${WRKSRC}/sky.dnr ${WRKSRC}/sky.dsk ${BASSDIR}
+       ${INSTALL_SCRIPT} ${WRKDIR}/bass.sh ${PREFIX}/bin/bass
+
+.include "../../mk/bsd.pkg.mk"
diff -r cadb74af77f6 -r d90f93292171 games/scummvm-bass/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/scummvm-bass/PLIST  Fri Aug 22 13:22:27 2003 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/22 13:22:27 drochner Exp $
+bin/bass
+share/games/bass/sky.dnr
+share/games/bass/sky.dsk
+@dirrm share/games/bass
diff -r cadb74af77f6 -r d90f93292171 games/scummvm-bass/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/scummvm-bass/distinfo       Fri Aug 22 13:22:27 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/08/22 13:22:27 drochner Exp $
+
+SHA1 (BASS-Floppy.zip) = affd0f915f2a10a32ede0d8067dd354c942b8f9e
+Size (BASS-Floppy.zip) = 7672178 bytes
diff -r cadb74af77f6 -r d90f93292171 games/scummvm-bass/files/bass.sh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/scummvm-bass/files/bass.sh  Fri Aug 22 13:22:27 2003 +0000
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec scummvm -p@BASSDIR@ -f sky



Home | Main Index | Thread Index | Old Index