pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/powder Initial import of powder-114:
details: https://anonhg.NetBSD.org/pkgsrc/rev/1413713ffcd7
branches: trunk
changeset: 576356:1413713ffcd7
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Jun 08 08:45:38 2010 +0000
description:
Initial import of powder-114:
POWDER is a roguelike game.
"Roguelike" is a term applied to a wide variety of games which
share a common inspiration from the game Rogue. A non-exhaustive
list of such games would be: ADOM, Nethack, Crawl, Diablo (I & II),
Moria, and Angband.
diffstat:
games/powder/DESCR | 6 ++++++
games/powder/Makefile | 34 ++++++++++++++++++++++++++++++++++
games/powder/PLIST | 5 +++++
games/powder/distinfo | 5 +++++
4 files changed, 50 insertions(+), 0 deletions(-)
diffs (66 lines):
diff -r 4b57b5d9fee4 -r 1413713ffcd7 games/powder/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/powder/DESCR Tue Jun 08 08:45:38 2010 +0000
@@ -0,0 +1,6 @@
+POWDER is a roguelike game.
+
+"Roguelike" is a term applied to a wide variety of games which
+share a common inspiration from the game Rogue. A non-exhaustive
+list of such games would be: ADOM, Nethack, Crawl, Diablo (I & II),
+Moria, and Angband.
diff -r 4b57b5d9fee4 -r 1413713ffcd7 games/powder/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/powder/Makefile Tue Jun 08 08:45:38 2010 +0000
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/06/08 08:45:38 wiz Exp $
+#
+
+DISTNAME= powder114_src
+PKGNAME= ${DISTNAME:S/_src//:S/powder/powder-/}
+CATEGORIES= games
+MASTER_SITES= http://www.zincland.com/powder/release/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://www.zincland.com/powder/index.php?pagename=about
+COMMENT= Multiplatform roguelike game with graphics
+LICENSE= powder-license
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= c c++
+USE_TOOLS+= bash gmake
+
+INSTALLATION_DIRS= bin share/doc/powder
+
+do-build:
+ cd ${WRKSRC} && ${TOOLS_PATH.bash} buildall.sh
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/powder ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/CREDITS.TXT \
+ ${DESTDIR}${PREFIX}/share/doc/powder
+ ${INSTALL_DATA} ${WRKSRC}/LICENSE.TXT \
+ ${DESTDIR}${PREFIX}/share/doc/powder
+ ${INSTALL_DATA} ${WRKSRC}/README.TXT \
+ ${DESTDIR}${PREFIX}/share/doc/powder
+
+.include "../../devel/SDL/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4b57b5d9fee4 -r 1413713ffcd7 games/powder/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/powder/PLIST Tue Jun 08 08:45:38 2010 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2010/06/08 08:45:38 wiz Exp $
+bin/powder
+share/doc/powder/CREDITS.TXT
+share/doc/powder/LICENSE.TXT
+share/doc/powder/README.TXT
diff -r 4b57b5d9fee4 -r 1413713ffcd7 games/powder/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/powder/distinfo Tue Jun 08 08:45:38 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/06/08 08:45:38 wiz Exp $
+
+SHA1 (powder114_src.tar.gz) = c402b2f8064c0c884cacd9d9a2ac7b1ac49387f5
+RMD160 (powder114_src.tar.gz) = 92dc3412394300982a7ae0352c9c247e48c7a1cc
+Size (powder114_src.tar.gz) = 1863082 bytes
Home |
Main Index |
Thread Index |
Old Index